0001000010001110
0001000010001110 is a 16-bit binary sequence often used as an example in discussions of binary numbers, bitwise operations, and data representation. When converted, it equals the hexadecimal value 0x104E and the decimal value 4174. The pattern contains five one bits, located at bit positions 12, 6, 3, 2, and 1 (counting from the most significant bit as bit 15).
In hexadecimal form, the sequence is 0x104E. Interpreted as a pair of bytes in big-endian order, it
If the 16-bit value is treated as an unsigned integer, it represents 4174. If interpreted as a
Other interpretations are possible. As ASCII, the two-byte sequence 0x10 0x4E yields a non-printable control character
See also: binary numeral system, bitmask, endianness, RGB565.