0b1000000010011
0b1000000010011 is a binary literal, a numeric value written in base-2 using the 0b prefix. This form is commonly used in programming languages such as Python and certain C-family languages to distinguish binary notation from decimal or hexadecimal representations.
The sequence consists of 13 bits. Its decimal value is 4115, and it corresponds to the hexadecimal
As a binary constant, 0b1000000010011 can be used as a numeric value in arithmetic expressions or as
See also: binary notation, bitwise operations, hexadecimal notation, bitmask.