1000100001000111
1000100001000111 is a 16-bit binary numeral. As written, it represents the unsigned value 34887 in decimal and 0x8847 in hexadecimal. In two's complement signed interpretation, the value is -30649, since 0x8847 is greater than 0x7FFF.
The bit pattern contains ones in the most significant bit and in three other positions: bit15, bit11,
If interpreted as two ASCII bytes in big-endian order, the high byte is 0x88 and the low
In a broader sense, 1000100001000111 can serve as a simple example in discussions of data representation, binary
---