Home

10110010001

10110010001 is an 11-bit binary numeral. In unsigned form, it represents the decimal value 1425. Its hexadecimal representation, when considering a full group that aligns with common byte-oriented notation, can be shown as 0x591 if the bits are padded to a even multiple of 4.

Interpreted as an 11-bit two's complement signed integer, the most-significant bit is 1, which indicates a negative

Numeric properties of the value 1425 include its factorization: 1425 = 3 × 5^2 × 19. This makes

Context and usage of an 11-bit binary sequence like 10110010001 can appear in specialized hardware, compact

See also: binary numeral system, two's complement, hexadecimal representation, bit width.

value
in
that
system.
In
that
interpretation,
10110010001
equals
1425
−
2048,
yielding
-623.
the
number
divisible
by
3
and
by
5,
and
it
is
an
odd
number
in
decimal.
encodings,
or
bitfield
definitions
where
a
particular
field
is
defined
to
be
11
bits
wide.
While
8-,
16-,
and
32-bit
widths
are
far
more
common
in
mainstream
computing,
nonstandard
bit
widths
do
arise
in
certain
communication
protocols
or
domain-specific
architectures.