Home

1001110110011

1001110110011 is a binary numeral consisting of 13 bits. As an unsigned value, it represents the decimal number 5043. In hexadecimal notation, it corresponds to 0x13B3. The string begins with a 1 and ends with a 1, indicating that both the most-significant and least-significant bits are set. The pattern contains eight 1s and five 0s, giving it an even Hamming weight and even parity under the usual bit-count convention.

From a numerical perspective, 1001110110011 lies within the range of 13-bit unsigned integers, which spans from

In summary, 1001110110011 is a 13-bit binary value with a decimal equivalent of 5043, hex 0x13B3, eight

0
to
8191.
When
padded
to
16
bits
for
readability,
it
becomes
0001001110110011,
which
aligns
with
the
hexadecimal
representation
0x13B3.
This
compact
binary
form
can
be
of
interest
in
low-level
computing,
digital
design,
or
as
a
constant
in
programming
contexts
that
utilize
fixed-width
binary
literals.
set
bits,
and
even
parity.
It
serves
as
a
concise
example
of
unsigned
binary
notation
and
its
straightforward
base
conversions.