1100111001010
1100111001010 is a binary numeral composed of 13 bits. Each position represents a power of two, starting with 2^12 on the left and ending with 2^0 on the right. The sequence contains seven ones and six zeros.
As an unsigned integer, it equals 6602 in decimal.
In a 13-bit two's complement interpretation, the same bit pattern represents -1590, since the most significant
If padded to 16 bits for hexadecimal notation, the bit pattern becomes 0001100111001010, which is 0x19CA in
In general, sequences like 1100111001010 are common as binary representations of numbers or as bit patterns
See also: binary numeral system, two's complement, hexadecimal notation.