100100000000
100100000000 is a binary numeral consisting of twelve digits. In binary notation, it has two one-bits: the most-significant bit (2^11) and the bit for 2^8 are set, while all other bits are zero. This yields a decimal value of 2304 and a hexadecimal value of 0x900.
In hex, grouping into four-bit chunks gives 1001 0000 0000, which is 0x900. The decimal 2304 confirms
Applications include use as a bitmask with bits 11 and 8 set in a 12-bit or larger
In computing and digital electronics, such patterns illustrate base conversion, bitwise operations, and data encoding. The