Home

1000100110011

1000100110011 is a binary numeral consisting of 13 bits. In binary notation, each position corresponds to a power of two, with the leftmost bit representing the highest value in the sequence.

Its value in decimal is 4403. In hexadecimal, it is 0x1133. The decimal value can be obtained

The sequence is odd, since the least significant bit is 1, and it does not form a

Factoring 4403 yields 7 × 17 × 37, so the number is composite rather than prime. This

In computing and digital electronics, binary numbers of varying lengths are common. A 13-bit value like 1000100110011

by
summing
2^12
+
2^8
+
2^5
+
2^4
+
2^1
+
2^0.
palindrome
in
its
entirety.
factorization
can
be
verified
by
multiplying
the
factors
to
obtain
the
original
value.
may
appear
in
educational
materials,
as
a
data-word
example,
or
as
a
test
pattern
for
base
conversions,
bitwise
operations,
or
encoding
schemes.