answersLogoWhite

0

It is A.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

What is the hexadecimal symbol equivalent to binary number 1010?

1010 = A


What is the hexadecimal symbol to the binary number 1010?

Binary(1010) = Hex(A)


What is the hexadecimal symbol equivalnt to the binary number 1010?

It is A.


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 binary number does 5A34F16 represent?

It is simplest to convert each hexadecimal digit into its 4-digit binary equivalent. So: 5 = 0101 A = 1010 3 = 0011 4 = 0100 F = 1111 6 = 0101 So, the binary equivalent is 10110100011010011110101.


Binary representation of 0xCA?

The hexadecimal value 0xCA can be converted to binary by converting each hex digit to its 4-bit binary equivalent. The hex digit 'C' corresponds to the binary 1100, and 'A' corresponds to 1010. Therefore, the binary representation of 0xCA is 11001010.


What will be the equivalent of 2A in decimal?

Assuming 2A is hexadecimal, 2A16 = 2*1610 + 1010 = 3210+1010 = 4210


Why is it easier to convert numbers from binary to hexadecimal than decimal to hexadecimal?

A binary number system has two states '0' '1' for a long word in bits it can be as follows 101010101010101010101011 intimidating RIGHT? it can be represented in groups of 3 bits in octal 10/010/101/010/101/010/101/011= 22525253 digital or in group of 4 bits as 10/1010/1010/1010/1010/1010 = 2AAAAA 111 =7 octal 1111=f F in hexadecimal numbers 1000 =8 1010 =10 or A


What is decimal equivalent of binary 1010?

10 base 10


What is the decimal equivalent of 0110 1010?

If that's binary, it's 106 base 10


What Convert 10111010 into hexadecimal binary number?

There is no such thing as a Hexadecimal Binary number. It is either Hexadecimal Or Binary. Not both at the same time in one writing.. Binary to Hex is easy though. split up the 8 binary into two of 4 1011 and 1010 8421 and 8421 How many 1s, How many2s etc. We add together 1+2+8 = 11 2+8 = 10 The hex scale is from 0 to 9, A to F : 0123456789ABCDEF 11 Equals B 10 Equals A your Binary number translated to a Hex Number is "BA"


Binary equivalent to 2 8 10?

210 = 102 810 = 10002 1010 = 10102