Home

10110011000

10110011000 is a binary numeral consisting of eleven bits, using only the digits 0 and 1. In digital systems, such strings are common as data words, bit fields, or parts of instruction encodings, with the exact interpretation depending on the surrounding architecture or protocol.

As an unsigned binary number, 10110011000 equals 1432 in decimal. In hexadecimal notation, it is 0x598. If

If interpreted as an 11-bit two's complement signed integer, the bit pattern represents -616. This follows from

Without additional context, the sequence has no inherent semantic meaning beyond these numeric interpretations. It may

See also: binary number, two's complement, hexadecimal notation, data word.

displayed
with
a
leading
zero
to
form
a
multiple
of
four
bits
for
hex
grouping,
the
12-bit
form
is
010110011000,
which
corresponds
to
the
same
value.
the
sign
bit
being
1;
the
value
is
1432
minus
2048,
which
equals
-616.
appear
in
examples
illustrating
base
conversions,
binary
encoding,
or
as
a
sample
data
word
in
discussions
of
digital
representation.