Home

1110111011010

1110111011010 is a binary numeral consisting of 13 bits. In unsigned form, it represents the decimal value 7642, and in hexadecimal it corresponds to 0x1DDA.

The bit pattern starts with three consecutive ones and ends with a zero, making the overall value

If interpreted as a 13-bit two’s-complement signed integer, the same bit pattern would represent -550, since

In broader context, 1110111011010 is an example of a non-standard bit width (13 bits) that can appear

See also: binary numerals, hexadecimal representation, two’s-complement representation, unsigned integers, bit-width in computing.

even.
As
an
integer,
its
decomposition
shows
it
is
divisible
by
2,
with
a
quotient
of
3821.
The
prime
factorization
of
7642
is
2
×
3821,
where
3821
is
a
prime
number.
7642
minus
2^13
equals
-550.
This
illustrates
how
the
same
bit
sequence
can
denote
different
values
depending
on
the
chosen
numeric
representation.
in
specialized
digital
systems
or
data
encoding
schemes.
While
13-bit
widths
are
not
as
common
as
powers-of-two
widths
(such
as
8,
16,
or
32
bits),
they
may
arise
in
certain
historical
hardware,
compact
data
formats,
or
custom
communication
protocols.