0010001101110000
0010001101110000 is a 16-bit binary string. When written with spaces as 0010 0011 0111 0000, it corresponds to the hexadecimal value 0x2370 and the decimal value 9008. In many contexts, such a pattern is treated as a fixed-width numeric literal or as data in binary form.
Interpreted as two 8-bit bytes in big-endian order, the sequence is 00100011 01110000, i.e. 0x23 followed by
Viewed as a Unicode code point, the value maps to U+2370. This lies in the Unicode range
In programming and data contexts, 16-bit patterns like this can occur in bitfields, memory dumps, network protocols,
Summary: 0010001101110000 is a 16-bit binary value with hex 0x2370, decimal 9008, and potential ASCII mapping