answersLogoWhite

0

What does binary 10010010 equal in hexadecimal?

Updated: 8/21/2019
User Avatar

Wiki User

9y ago

Best Answer

The answer is 92.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does binary 10010010 equal in hexadecimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What numerical value in hexadecimal is equivalent to the binary number 1101111010101101?

1101111010101101 in binary is equal to DEAD in hexadecimal.


What is the hexadecimal number F equal to in binary?

1111


What hexadecimal number is equal to binary number 1110 0111 1100 0011?

E7c3


What does hexadecimal base 16 convert binary equal?

16 is the 4th power of 2. So a hexadecimal number is converted to binary by replacing each hex digit by the 4-bit binary number having the same value. Conversely, in converting binary to hexadecimal, we group every 4 bits starting at the decimal (binary?) point and replace it with the equivalent hex digit. For example, the hexadecimal number 3F9 in binary is 1111111001, because 3 in binary is 11, F (decimal 15) is 1111, and 9 is 1001.


What is binary 100110 in hexadecimal?

It equates to 26 in hexadecimal.


Binary to hexadecimal to binary conversion?

Each 4 bits of binary can make 1 hexadecimal digit. There are 16 hexadecimal characters including zero. This can be shown by the equation 2^4 = 16.


4 bits equal what?

4 bits equal to half byte.8 bits is one byte.when converting hexadecimal digits to binary, each hexadecimal digits will take 4 binary digits, which means 4 bits.Because one binary digit means one bit having two values [true/false] or [on/off] like that.. [0/1]we can represent one hexadecimal digit as 4 bits like..for [7] as hexadecimal, we can say [0111] in bits.


What hexadecimal number is equal to binary number 1110 0111 1100 00112?

1110 0111 1100 00112 is not a binary number as it has three different symbols


Convert binary octal 864BF into hexadecimal?

Okay, I'm pretty sure that 864 binary is 30 hexadecimal. - RG


How are hexadecimal and binary related?

Each 4-digit string of binary digits is equivalent to 1 single hexadecimal digit.


What is the hexadecimal for 11111011010?

If the above is decimal then in hexadecimal it is 2964492C2. If it is binary then in hexadecimal it is 7DA. If it is octal then in hexadecimal it is 49241208.


How does the binary numbering system differ from the hexadecimal numbering system?

the binary system is base 2 and the hexadecimal system is base 16