0b1011100010100
0b1011100010100 is a binary literal representing the number whose binary digits are 1011100010100. In decimal, this value equals 5908. In hexadecimal, it corresponds to 0x1714. The literal consists of 13 bits; when written in most programming languages, the 0b prefix denotes binary notation, with the remaining digits specifying the value.
In binary, the bits set are at positions 12, 10, 9, 8, 4, and 2 (counting from
In programming contexts, such a literal can be used in bitwise operations, masks, or as a data