0001110110011000
0001110110011000 is a 16-bit binary string. In unsigned binary notation, it corresponds to the hexadecimal value 0x1D98 and the decimal value 7576. The most significant bit is 0, so as a signed 16-bit two's complement number it represents +7576 rather than a negative value.
In memory representations, the same 16 bits can be stored in different byte orders. As a big-endian
If interpreted as two 8-bit ASCII codes, the left byte would be 0x1D (a control character) and
As a potential 16-bit RGB565 color value (a common 5-6-5 format for 16-bit color), the red component