1010010010111
1010010010111 is a binary numeral consisting of thirteen bits. In unsigned binary notation, it represents the decimal value 5271 and the hexadecimal value 0x1497. As a 13-bit number, its range is from 0 to 8191.
The bit pattern is 1-0-1-0-0-1-0-0-1-0-1-1-1. It begins with the sequence 1010 and ends with three consecutive ones,
In mathematical terms, the number is composite, with a prime factorization of 5271 = 3 × 7 ×
In computing contexts, a 13-bit value like 1010010010111 may appear as a bit field, a configuration mask,
See also: binary numerals, hexadecimal notation, bitwise operations, unsigned integers.