0000001101011000
0000001101011000 is a 16-bit binary numeral. As written, it shows the sequence of bits from most significant to least significant bit.
In common notations, this value is equal to decimal 856 and hexadecimal 0x0358. When interpreted as two
As ASCII text, the two bytes 00000011 and 01011000 correspond to 0x03 (a control character) and 0x58
Possible contexts for the pattern include use as a simple test value in hardware and software, a
In summary, 0000001101011000 represents the 16-bit value 856 (0x0358), with interpretation influenced by endianness and context.