0001000100011010
0001000100011010 is a 16-bit binary string that appears in computing contexts as a literal or bit pattern. In hexadecimal it is 0x111A, and in decimal it equals 4378. The string is composed of four 4-bit groups: 0001 0001 0001 1010, containing five ones in total.
As two bytes in big-endian order, the high byte is 00010001 (0x11) and the low byte is
In digital design and pedagogy, such a pattern is often used as a simple test vector to
Because 0001000100011010 has a clear hexadecimal form (0x111A), it is convenient for demonstrating binary-to-hex conversions and
See also: binary numeral system, hexadecimal notation, endianness, binary test vectors.