answersLogoWhite

0


Best Answer

u can convert in following ways: a)direct use the table fo rconversion Eg: FF= 11111111 as F =1111 b)first convert to decimal and then to binary F is 15 so FF=15*16^1+15*16^0=255 now to binary 2 255 2 127 1 2 63 1 2 31 1 2 15 1 2 7 1 2 3 1 2 1 1 0 1 Ans=11111111

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you give me Example of hexadecimal to binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science
Related questions

What is binary 100110 in hexadecimal?

It equates to 26 in hexadecimal.


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 numerical value in hexadecimal is equivalent to the binary number 1101111010101101?

1101111010101101 in binary is equal to DEAD 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.


Why should one study octal and Hexadecimal systems when the digital machine understands only binary system?

Octal and hexadecimal numbers are useful for humans as they compactly represent binary numbers:each octal digit represents exactly 3 binary digitseach hexadecimal number represents exactly 4 binary digitsFor example, instead of trying to read (and remember) the binary number 100111001001 it can be represented as hexadecimal 0x09c9 or octal 04711 which are easier to read (and remember) for humans.


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


Convert 110110.101 to hexadecimal?

Assuming the original was in binary, the answer is 36.A


What is the binary representation of the hexadecimal number 3D9?

The binary representation is : 1111011001


What is the hexadecimal symbol to the binary number 1010?

Binary(1010) = Hex(A)