0001101001010000
0001101001010000 is a 16-bit binary string. When read as a binary number, it equals 6,736 in decimal and 0x1A50 in hexadecimal.
Split into two 8-bit bytes, the high byte is 00011010 (0x1A) and the low byte is 01010000
It can also be interpreted as a 16-bit color value in the RGB565 format common in embedded
Endian interpretation matters: the same bit pattern can be read as 0x1A50 (big-endian) or 0x501A (little-endian).
In computing contexts, such a 16-bit sequence may serve as a data field, a test vector, a