1101101010000
1101101010000 is a binary numeral consisting of 13 bits. In base-2 notation it can represent integers used in digital systems. When interpreted as an unsigned binary number, it equals 6992 in decimal. It corresponds to the hexadecimal value 0x1B50 and the octal value 0o15520. The pattern contains six one bits (a Hamming weight of 6) and ends with four consecutive zeros.
As a 13-bit two's complement signed integer, the same bit pattern represents -1200, since 6992 minus 8192
The bit distribution places ones at bit positions 12, 11, 9, 8, 6, and 4 (counting from
In summary, 1101101010000 is a 13-bit binary pattern representing 6992 in unsigned decimal, 0x1B50 in hex, and