Home

10001001110

10001001110 is an eleven-bit binary numeral. When interpreted as an unsigned binary value, it corresponds to the decimal number 1102. In hexadecimal form, it is 0x44E.

If read as an 11-bit two's complement signed integer, the same bit pattern represents -946, since the

The set bits in this pattern occur at weights 2^10, 2^6, 2^3, 2^2, and 2^1, which sum

In practical terms, 10001001110 could appear as a flag pattern, a portion of an address field in

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

11-bit
range
is
from
-1024
to
1023
and
2048
minus
1102
equals
946,
giving
a
negative
value
in
two's
complement
notation.
to
1024
+
64
+
8
+
4
+
2
=
1102.
This
illustrates
how
a
single
binary
sequence
can
represent
different
values
depending
on
interpretation
and
context,
such
as
unsigned
data,
signed
data,
or
as
a
raw
bit
field.
systems
using
11-bit
widths,
or
as
data
within
a
larger
binary
word.
Without
a
specific
encoding
scheme
or
application
context,
the
sequence
has
no
standalone
meaning
beyond
its
numerical
representations.