1100101111100
1100101111100 is a binary numeral consisting of 13 bits. When interpreted as an unsigned integer, it equals 6524 in decimal and 0x197C in hexadecimal. The calculation is 4096 + 2048 + 256 + 64 + 32 + 16 + 8 + 4 = 6524.
The bit pattern includes a run of five consecutive ones in the middle (11111) and ends with
In hexadecimal, the number is represented as 0x197C. The decimal factorization of 6524 is 2^2 × 7
Context and usage: in computing, a binary string like 1100101111100 may serve as a test input, a
See also: binary numeral system, hexadecimal notation, two's complement.
---