1100110001001
1100110001001 is a binary numeral consisting of 13 bits. It is commonly treated as a pattern of bits in digital systems rather than a named constant.
In decimal, the value of the binary string 1100110001001 is 6537. In hexadecimal, it equals 0x1989.
The bitstring contains six ones and seven zeros. Its run-length encoding is 2 ones, 2 zeros, 2
As a 13-bit two's-complement signed integer, the most significant bit is 1, so the value would be
The sequence is not a palindrome; the reverse of 1100110001001 is 1001000110011.
Beyond being a plain number, this bitstring can serve as an example in discussions of binary representations,
---