0001001101110001
0001001101110001 is a 16-bit binary string. When interpreted as an unsigned integer, it corresponds to the decimal value 4977 and the hexadecimal value 0x1371. As two bytes, the most-significant byte is 0x13 and the least-significant byte is 0x71; in little-endian memory, the byte sequence would be 0x71 0x13.
In ASCII, the byte 0x13 is a control character (DC3) and 0x71 corresponds to the lowercase letter
Binary literals of this length are commonly used in programming to illustrate bit patterns or to specify
Contextual significance of this exact pattern depends on the surrounding protocol or format. It may serve as
See also: binary numbers, hexadecimal notation, decimal notation, endianness, binary literals.