0001100000101000
0001100000101000 is a 16-bit binary string. It can be read as a binary numeral, representing the unsigned integer 6184 in decimal and 0x1828 in hexadecimal. When split into two bytes, the high byte is 00011000 (0x18) and the low byte is 00101000 (0x28).
The overall bit pattern has four set bits, corresponding to bits 12, 11, 5, and 3 when
If interpreted as ASCII-encoded bytes, the two-byte sequence would be 0x18 0x28, which are a non-printable control
As a teaching example, 0001100000101000 illustrates how binary data maps to other representations (hex, decimal, bytes)