Home

1000001010

1000001010 is a binary numeral consisting of ten bits. When interpreted as an unsigned integer, it represents the decimal value 522 and the hexadecimal value 0x20A (since 2^9 + 2^3 + 2^1 = 512 + 8 + 2).

The most significant bit is 1, placing the value in the range 512 to 1023. The ones

In computing contexts, 10-bit patterns can appear in data words, memory addressing, or certain parity schemes.

References to this pattern are typically limited to discussions of binary notation, base conversions, or illustrative

occur
at
bit
positions
9,
3,
and
1
(counting
from
zero).
As
a
decimal
number,
522
is
even
and
factors
as
2
×
3^2
×
29.
However,
1000001010
does
not
correspond
to
a
standard
ASCII
code,
since
ASCII
uses
7-
or
8-bit
encodings,
and
Unicode
code
points
are
not
fixed
to
10-bit
sequences
in
common
usage.
examples
in
digital
logic.
See
also
the
binary
numeral
system
and
hexadecimal
notation
for
related
concepts.