1010001110
1010001110 is a binary numeral consisting of ten bits. In the binary system, it represents the unsigned integer 654 in decimal form. The bit pattern has five ones (a Hamming weight of 5) and includes a run of three consecutive zeros in the middle (01000) as well as a trailing zero.
In common alternate representations, this value can be expressed as:
- Hexadecimal: 0x28E (since 654 = 2 × 16^2 + 8 × 16 + 14)
- 12-bit binary with leading zeros: 001010001110
- 16-bit binary with leading zeros: 0000001010001110
If considering only the least-significant 8 bits, the pattern would be 10001110 (which equals 142 in decimal)
1010001110 may appear as an example bit pattern in discussions of binary arithmetic, digital logic, or encoding