Home

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'.

as
01100010.
The
eight-bit
form
01100010
has
the
decimal
value
98
and
the
hexadecimal
value
0x62.
arithmetic,
bitwise
operations,
and
encoding
examples.
It
has
no
special
mathematical
significance
beyond
being
98
in
decimal.
See
also
binary
numeral
system
and
ASCII.