1011101000010
1011101000010 is a binary numeral consisting of 13 bits. In unsigned interpretation, it represents the decimal value 5954. The ones occur at bit positions 12, 10, 9, 8, 6, and 1 (counting from the least significant bit as 0).
When expressed as a sum of powers of two, the value is 2^12 + 2^10 + 2^9 + 2^8 +
If interpreted as a signed number in two's complement form with 13 bits, the bit pattern represents
The 13-bit length means this string does not align with common byte (8 bits) or word (16
In other common representations, the value can be noted as 5954 in decimal or 0x1742 in hexadecimal
See also: binary numeral system, two's complement, hexadecimal notation, binary literals.