0000010001110011
0000010001110011 is a 16-bit binary string consisting of zeros and ones. In decimal form, it equals 1139, and in hexadecimal it is 0x0473. The string can be understood as two bytes when interpreted in big-endian order: 00000100 corresponds to 0x04 (high byte) and 01110011 corresponds to 0x73 (low byte).
When viewed as memory data, the two-byte sequence is 04 73 in hexadecimal. In little-endian representation, the
In computing and digital design, such a binary string can serve as a simple example of a