10010011010
10010011010 is a binary numeral consisting of eleven bits. In base-2 notation it represents the decimal value 1178, and it can also be written as 0x49A in hexadecimal or 2232 in octal. The number is even, since the least significant bit is 0, and its last two bits are 10, so it is divisible by 2 but not by 4.
The set bits occur at positions corresponding to powers of two: 2^10, 2^7, 2^4, 2^3, and 2^1.
As a standalone binary pattern, 10010011010 may be used in digital electronics, data encoding, or as an
See also: Binary numeral system, Hexadecimal, Octal numeral system, Bitwise operations.