1101011100111
1101011100111 is a binary numeral comprising 13 bits. In binary form it is the sequence 1101011100111; as an unsigned integer it equals 6887 in decimal, and its hexadecimal representation is 0x1AE7. Reading from the most-significant bit to the least, the bit weights are 2^12 down to 2^0.
If interpreted as a 13-bit signed value using two's complement, the same bit pattern represents -1305.
Storage and alignment: The string requires 13 bits; it does not fit in a single 8-bit byte
Context and usage: Such a binary string may appear as a numeric literal in languages that support
Related topics include the binary numeral system, hexadecimal representations, and two's complement signed representation.