0001000110000010
0001000110000010 is a 16-bit binary sequence. When interpreted as a binary numeral, it equals decimal 4482 and, in hexadecimal, 0x1182. Because the most significant bit is 0, it represents a non-negative value in standard two's-complement interpretation.
Grouping the bits into nibbles yields 0001 0001 1000 0010. If read as binary-coded decimal digits, this
Seen as two bytes, the sequence corresponds to 0x11 and 0x82 in big-endian notation. In little-endian storage
Without context, the sequence has no inherent meaning beyond its numerical values. It serves as an example