10001010
10001010 is an eight-bit binary numeral. In binary, the bits from most significant to least are 1 0 0 0 1 0 1 0, which corresponds to 138 in decimal when interpreted as an unsigned value. In hexadecimal notation, this byte is 0x8A.
In signed 8-bit representation using two's complement, the same bit pattern represents -118. This follows from
In practical computing contexts, 10001010 often appears as a single data byte. As an ASCII or Unicode
From a mathematical viewpoint, 10001010 is simply one eight-bit binary number and one possible representation of