1100101011100
1100101011100 is a binary numeral consisting of 13 bits. In binary notation, each digit represents a power of two, with the leftmost bit being the most significant. The pattern includes a pair of leading ones, a block of zeros in the middle, and a cluster of ones near the end.
As an unsigned integer, the value is 6492 in decimal and 0x195C in hexadecimal. When padded to
If interpreted as a signed two's-complement value with 13 bits, the most significant bit is 1, indicating
In computing contexts, 13-bit patterns are uncommon, since standard word sizes are typically 8, 16, 32, or
See also: Binary numeral system; Hexadecimal notation; Two's complement.