0111000100101011
0111000100101011 is a 16-bit binary sequence. In hexadecimal it is 0x712B, and in decimal it equals 28,971. The sequence can be viewed as two 8-bit bytes: 01110001 and 00101011. If interpreted as ASCII bytes in big-endian order, those bytes correspond to the characters 'q' (0x71) and '+' (0x2B). In little-endian order, the two bytes would form '+' followed by 'q'.
As a Unicode code point, the value 0x712B corresponds to the character U+712B. This lies in the
Context matters: without accompanying metadata, 0111000100101011 is simply a binary word and has no inherent meaning.