1100001010
1100001010 is a binary numeral composed of ten bits. In unsigned interpretation, it represents the decimal value 778. In hexadecimal, it is 0x30A. When treated as a 10-bit two's-complement signed integer, the most significant bit is 1, so the value is -246.
Bit pattern and arithmetic: the bits set are at positions 9, 8, 3, and 1 (counting from
Context and usage: 1100001010 is a standard example used to illustrate binary-to-decimal conversions and hex representations.
Related notes: if the number is truncated to 8 bits, the lower eight bits are 00001010, which
See also: binary numeral system, two's complement, hexadecimal notation, bitwise operations.