Home

1001111101010

1001111101010 is a binary numeral composed of 13 bits. In binary, it is written as a sequence of ones and zeros: 1001111101010.

As an unsigned integer, its decimal value is 5098. In hexadecimal, it corresponds to 0x13EA. If represented

If interpreted as a 13-bit two's complement signed integer, its value would be -3094, since 5098 minus

In computing contexts, 13-bit values are used in fixed-width fields in some legacy systems or custom hardware.

in
16-bit
form,
padding
with
leading
zeros
yields
0001
0011
1110
1010.
2^13
(8192)
equals
-3094.
The
pattern
1001111101010
contains
a
run
of
five
consecutive
ones
(bits
9
through
5),
which
can
be
relevant
for
encoding
schemes
and
bit-field
layouts.