0011011000000100
0011011000000100 is a 16-bit binary numeral. When split into two 8-bit bytes, it reads as 00110110 and 00000100, which correspond to hexadecimal values 0x36 and 0x04. Combined as a single 16-bit value in big-endian order, the sequence is 0x3604, which equals 13828 in decimal. As a signed 16-bit value, the most significant bit is 0, so the decimal value remains 13828.
Interpreting the same bits in little-endian order yields a different numeric value: if the bytes are swapped
In terms of character encoding, the first byte 0x36 corresponds to the ASCII character '6', while the
Possible uses for such a binary pattern include representing a data field, a pair of flags, or