Home

110001001011

110001001011 is a binary numeral composed of twelve digits. In binary, each digit represents a power of two, so this sequence encodes a specific unsigned value when interpreted as a binary number.

Numerically, the sequence equals 3147 in decimal and 0xC4B in hexadecimal.

Bit pattern: from most significant to least, the ones occur at the leftmost two bits and at

12-bit representation: as a 12-bit value, 110001001011 lies within the range 0 to 4095, a format encountered

Context and usage: 12-bit patterns appear in historical computer architectures such as the DEC PDP-8, which

Notes: if mapped to a character or symbol, the interpretation depends on the encoding; 12-bit character sets

positions
corresponding
to
2^6,
2^3,
2^1,
and
2^0.
In
zero-based
indexing
(counting
the
least
significant
bit
as
position
0),
the
set
bits
are
at
positions
11,
10,
6,
3,
1,
and
0.
in
certain
digital
systems
and
legacy
architectures
that
use
12-bit
words
or
fields.
used
12-bit
words.
In
contemporary
contexts,
such
a
sequence
might
serve
as
a
literal
constant,
a
bit
mask,
or
a
fragment
of
a
larger
data
encoding
depending
on
the
application.
Without
context,
it
mainly
serves
as
an
example
of
a
specific
bit
pattern.
are
not
standardized
for
general
use.