Home

111000101101

111000101101 is a binary numeral composed of 12 bits. In binary notation it is used to represent a value in base-2.

As an unsigned integer, the value is decimal 3629 and hexadecimal 0xE2D. In 12-bit two's complement signed

The bit pattern can be read as 1110 0010 1101, corresponding to nibble values E, 2, D

Such 12-bit patterns can occur in computing hardware, for example as a data word, an analog-to-digital converter

representation,
the
same
bit
pattern
denotes
-467.
in
hexadecimal.
This
grouping
is
often
helpful
for
interpreting
binary
data
in
compact
form.
(ADC)
output,
a
memory
address
segment,
or
a
control
code
in
digital
logic.
Twelve-bit
widths
are
common
in
some
microcontrollers
and
older
architectures,
while
many
modern
systems
use
8,
16,
or
32-bit
widths.
The
interpretation
of
the
sequence
depends
on
context,
whether
treated
as
unsigned,
signed,
or
part
of
a
fixed-point
or
other
encoding
scheme.