0b1000100100110
0b1000100100110 is a binary integer literal that uses the 0b prefix common in many programming languages to denote a binary value. The digits to the right represent a 13-bit unsigned integer, with the most significant bit on the left.
Its decimal value is 4390, and its hexadecimal representation is 0x1126. The bit pattern has ones in
In programming and digital contexts, 0b1000100100110 is typically used as an example of a binary literal rather