Home

100001010010

100001010010 is a binary numeral consisting of 12 bits. In base-2 notation, each digit represents a power of two, with the leftmost digit the most significant bit.

Interpreted as an unsigned integer, it corresponds to 2130 in decimal (0b100001010010 = 2130) and its hexadecimal

As a signed value in a 12-bit two's complement scheme, the most significant bit is 1, so

Because it is a compact bit pattern, this sequence can serve as a small bitfield, an opcode

In programming languages that support binary literals, this sequence can be written as 0b100001010010. Without context,

representation
is
0x852.
the
number
represents
-1966.
fragment,
or
a
data
value
within
a
larger
word,
depending
on
the
system’s
architecture
and
the
conventions
used
to
interpret
the
bits.
however,
it
is
simply
a
12-bit
binary
value
rather
than
a
specific
instruction
or
data
item.