1001100101011
1001100101011 is a binary numeral consisting of 13 bits. In binary notation, digits are 0 and 1, and leading zeros are often omitted.
As an unsigned integer, its value is 4907 in decimal and 0x132B in hexadecimal.
If interpreted as a 13-bit two's-complement signed integer, its value is -3285. The sign is determined by
The 13-bit length means it does not align to a full byte (8 bits) and would typically
Interpreting the sequence as a hex value yields 0x132B, which corresponds to the Unicode code point U+132B
- Unicode