answersLogoWhite

0


Best Answer

Decimal: 170

Hex: AA

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the decimal and hexadecimal equivalent of the binary number 10101010?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the same thing as 10101010?

The binary number 10101010 is equivalent, in decimal representation, to 128 + 32 + 8 + 2 = 170. But this answer assumes that the given number is binary - an assumption for which there is no real justification. Besides, the relationship is an equivalence, which is not quite "the same thing".


What is the ascii code in binary and decimal for a period?

In hexadecimal, that would be 0x2E, which is equivalent to 46 in decimal, which in binary is 101110.


What is the binary equivalent to 170?

10101010


Conversion of 10101010 binary number into decimal?

170


What is the hexadecimal equivalent of the binary number 1111 1111?

111111 in binary is 255 in decimal which is FF in hexadecimal (i.e. 15 units and 15 16s)


What is the hexadecimal number 100 in binary?

100000000. It's decimal equivalent is 256.


What is the decimal equivalent of 0XFFFF?

0X at the beginning represent a number in the hexadecimal system of units. FFFF is the hexadecimal equivalent of i) 65535 in decimal system of units ii) 1111111111111111 in binary system of units


The number FF in Hexadecimal system is equivalent to?

255 in decimal. 377 in octal. 11111111 in binary.


How do you convert the binary number 10101010 into hex?

Convert each group of 4 bits into one hexadecimal digit. 1010 is "A" in hexadecimal, so this particular number is "AA".


What is the binary code 10101010?

In decimal it is 170. It is the ASCII code for the ¬ character.


What are the decimal and hexadecimal equivalents of the binary number 10011101?

10011101: Decimal = 157 Hexadecimal = 9D


Convert hexadecimal 4F7B in to binary and decimal?

4F7B: Binary = 100111101111011 Decimal = 20347