1011101000
1011101000 is a binary numeral consisting of ten bits. In base-2 representation it can be interpreted in different ways depending on context, such as unsigned data or a signed value in two's complement notation.
Under an unsigned interpretation, 1011101000 equals decimal 744. It corresponds to hexadecimal 0x2E8 and octal 0o1350.
If interpreted as a signed value in 10-bit two's complement form, the value is -280. This is
As a bit sequence, 1011101000 can occur in various computing contexts, such as a portion of a
See also binary numeral system, two's complement, and common base conversions for further context on how such