Supplement: For signed integers, it also takes two bytes. The highest bit is the sign bit, that is, the leftmost bit. The highest bit is 1, which means negative number, and the highest bit is 0, which means positive number. Therefore, the range represented by signed integers is
-32768~32767, the explanation may be a little vague. You can check it yourself and understand it yourself.