1100010
1100010 is a binary numeral. In base-2 notation it represents the decimal value 98. The digits, from most significant to least significant, are 1, 1, 0, 0, 0, 1, 0, which correspond to 2^6 + 2^5 + 2^1.
In ASCII, the seven-bit sequence 1100010 corresponds to the lowercase letter 'b' when extended to eight bits
Because 1100010 is a relatively small and common binary value, it appears in introductory discussions of binary
Related representations include the eight-bit form 01100010, the hex value 0x62, and the ASCII character 'b'.