1000100100100
1000100100100 is a binary numeral consisting of 13 digits. As a binary value, it represents 4388 in decimal and 0x1124 in hexadecimal. The number uses four 1s, giving a Hamming weight of 4. The set bits are located at bit positions 12, 8, 5, and 2 if the least-significant bit is position 0.
Equivalently, the value equals 2^12 + 2^8 + 2^5 + 2^2.
Because it is 13 bits long, it lies within the range of unsigned integers from 0 to
In computing contexts, such a pattern could appear as a control word, a bit-mask, or part of