100100100001
100100100001 is a binary numeral. It consists of 12 bits and can be written as 0b100100100001. In hexadecimal notation it equals 0x921.
Its decimal value is 2337 (calculated as 2^11 + 2^8 + 2^5 + 2^0).
The bit pattern groups as 100 100 100 001, showing three consecutive 100 blocks followed by 001.
Since the least significant bit is 1, the number is odd. In an unsigned 12-bit system, it
Uses and relevance: such a value can serve as a simple test vector for binary-to-decimal conversion, bitwise