1101010000110
1101010000110 is a binary numeral composed of 13 bits. As an unsigned binary number, it equals 6790 in decimal and 0x1A86 in hexadecimal. The value comes from summing powers of two at the positions marked by 1s: 2^12 + 2^11 + 2^9 + 2^7 + 2^2 + 2^1 = 6790.
For readability, binary values are sometimes padded to a fixed width. Padding with three leading zeros yields
In computing, 13-bit sequences are uncommon in mainstream data formats but may appear in specialized contexts