Home

10110100000010

10110100000010 is a binary numeral consisting of 14 bits. As a binary pattern, it is commonly used in computing to represent numbers, flags, or parts of data. When interpreted as an unsigned integer, the value is 11,522 in decimal and 0x2D02 in hexadecimal.

If interpreted as a signed value in two's complement form with 14 bits, the same pattern encodes

The bit pattern contains five ones. From the most significant to the least significant bit, the bits

In practical terms, 10110100000010 could appear in various data-related contexts, such as data streams, memory representations,

See also: binary numeral system, two's complement, hexadecimal notation.

-4,862.
The
interpretation
depends
on
the
context
and
whether
the
value
is
treated
as
signed
or
unsigned.
that
are
1
occur
at
positions
13,
11,
10,
8,
and
1
(counting
from
0
as
the
least
significant
bit).
This
means
the
pattern
encodes
a
sum
of
2^13
+
2^11
+
2^10
+
2^8
+
2^1
in
unsigned
interpretation.
or
as
part
of
a
larger
bitfield.
Without
additional
context,
the
sequence
does
not
have
a
widely
recognized
meaning
beyond
its
numerical
value
and
bit
composition.
It
may
be
used
as
a
code,
identifier,
or
segment
of
binary
data
within
a
larger
structure.