Home

1000011

1000011 is a binary numeral composed of seven bits. When interpreted as a binary value, it equals the decimal number 67. In hexadecimal, 67 is 0x43. The decimal value 67 is a prime number, specifically the 19th prime.

In character encoding, the decimal value 67 corresponds to the ASCII character 'C' in the ASCII standard,

In computing, 1000011 may be encountered as a binary literal, written as 0b1000011 in many programming languages.

Summary: 1000011 is primarily notable as the binary representation of the number 67, a prime, which also

and
the
Unicode
code
point
U+0043
represents
the
same
character.
This
means
that
the
binary
sequence
1000011
can
be
read
as
the
7-bit
binary
representation
for
the
letter
'C'
in
contexts
that
use
7-bit
ASCII
or
its
descendants.
It
also
appears
as
a
simple
bit
pattern:
the
bits
set
are
the
6th,
1st,
and
0th
positions
(counting
from
zero),
which
can
be
relevant
in
low-level
bitwise
operations
and
flag-definition
examples.
corresponds
to
the
ASCII/Unicode
character
'C'.
Its
significance
is
largely
in
the
context
of
number
systems
and
character
encoding.