0b1000100001001
0b1000100001001 is a binary integer literal that uses the 0b prefix to indicate base-2 notation in several programming languages. The sequence contains 13 bits.
In decimal form, the value is 4361, and in hexadecimal it is 0x1109. The bit pattern has
As an unsigned 13-bit number, 0b1000100001001 equals 4361. If interpreted as a signed 13-bit two's complement
Context and usage: binary literals like this are commonly used in programming to specify bit patterns and
Language support: the 0b prefix is supported in many modern languages, including Python, JavaScript (ES6 and
Summary: 0b1000100001001 is a 13-bit binary constant representing the unsigned value 4361 (0x1109), with 1-bits at