1111111001101b
1111111001101b is a binary numeral literal, with the trailing b indicating base-2. The digits are 13 bits long.
Its value in decimal is 8141. In hexadecimal, it corresponds to 0x1FCD. The binary string can be
The pattern consists of seven consecutive 1 bits, followed by two 0 bits, then 1101. The number
In computing, such notations appear in various contexts as binary literals. Some languages use a prefix,
As an example of a binary constant, 1111111001101b illustrates how a bit string encodes a specific