0000100100011010
0000100100011010 is a 16-bit binary string. When interpreted as an unsigned binary number, it equals 2330 in decimal and 0x091A in hexadecimal. The bit pattern can be read as four 4-bit groups: 0000 1001 0001 1010.
If divided into bytes, the first eight bits form 00001001 (0x09) and the second eight bits form
Endianness affects how the two bytes are arranged in memory. In big-endian order, the byte sequence is
Applications and context: such a binary string is commonly used as a simple example in discussions of