1011000000110
1011000000110 is a binary numeral consisting of thirteen bits. The sequence can be read left to right as a single data value in many computing contexts, where each bit represents a power of two.
As an unsigned integer, this binary pattern equals 5638 in decimal. This is obtained by summing the
If interpreted as a 13-bit two's complement signed number, the leading bit is the sign bit. Because
In hexadecimal form, the 13-bit pattern can be represented as 0x1606 when padded with leading zeros to
Contextually, 13-bit patterns are uncommon in standard data formats, which more often use 8, 16, 32, or