1000010010010
1000010010010 is a binary numeral consisting of thirteen digits. In base-2, it encodes the integer value 4242. This value can be expressed as 2^12 + 2^7 + 2^4 + 2^1. In hexadecimal, the same value is 0x1092. In 16-bit form, it is 0001 0000 1001 0010. The set bits occur at positions 12, 7, 4, and 1, counting from zero.
In computing contexts, such a pattern may be used as a binary literal, a bit mask, or
See also: Binary numeral system; Bitwise operations; Binary literals.