0b1110010001101
0b1110010001101 is a binary integer literal formed by the base-2 prefix 0b followed by the 13-bit pattern 1110010001101. In decimal, this value equals 7309, and in hexadecimal it is 0x1C8D. The 13-bit width means the most significant bit is 1, and the number is odd.
In common computer representations, this pattern can be stored in larger unsigned integer types (for example
The practical use of such a literal depends on context. It may represent a numeric value, a