1111010011
1111010011 is a binary numeral consisting of ten bits. In binary notation, each digit represents a power of two, with the leftmost bit being the most significant.
As an unsigned value, 1111010011 equals 979 in decimal, and 0x3D3 in hexadecimal. In a 10-bit architecture,
Interpreting the same bit pattern as a signed value in two's complement (also using ten bits) yields
Uses: The pattern may appear as a data word in digital systems, where ten-bit words are used
In programming, the sequence can be written as a binary literal in languages that support binary notation,
This binary string has no widely recognized name beyond representing the numeric value 979 in binary; it
See also: binary numeral system, two's complement, hexadecimal notation, decimal notation, bit width.