100100110
100100110 is a binary numeral consisting of nine bits. Reading from most significant to least, the sequence is 1 0 0 1 0 0 1 1 0. As an unsigned integer, it represents the decimal value 294, computed as 2^8 + 2^5 + 2^2 + 2^1. The binary pattern contains four 1 bits, giving it a Hamming weight of 4. In hexadecimal notation, the same value is 0x126.
In common computing practice, binary numbers are usually grouped into bytes (eight bits) and larger word sizes.
Possible uses for such a sequence include serving as an example in teaching binary arithmetic, illustrating