1110001100011b
1110001100011b is a binary numeral literal consisting of 13 binary digits followed by the letter b. In some programming languages and technical documents, a trailing b indicates that the preceding digits are written in base-2. It is not universally standardized, and alternative notations such as a 0b prefix may be used in other contexts.
In decimal form, 1110001100011b equals 7267. Its hexadecimal representation is 0x1C63. This can be verified by
The bit pattern represented by 1110001100011b consists of specific positions set to 1 within a 13-bit width.
Related concepts include the binary numeral system, conversions between binary, decimal, and hexadecimal, and the use