0b1110100100110
0b1110100100110 is a binary literal, a notation used in many programming languages to represent a number in base-2. The literal consists of the prefix 0b followed by thirteen binary digits: 1110100100110.
In decimal, this value equals 7462. In hexadecimal, it is 0x1D26. The number uses 13 bits, and
The set bits in this binary pattern occur at positions 12, 11, 10, 8, 5, 2, and
As a binary literal, 0b1110100100110 may be used in programming to specify a small integer, a bit