0b1100000010111
0b1100000010111 is a binary numeral literal commonly used in programming to denote a number written in base 2. The prefix 0b signals that the following digits should be interpreted as binary. The sequence consists of 13 bits.
Its value in decimal is 6167. In hexadecimal form, it is 0x1817. If padded to 16 bits
In typical programming contexts, such literals are treated as unsigned integers with no fixed width unless