answersLogoWhite

0


Best Answer

1. represent every individual digit of given hexadecimal in binary form like this

4---------> 0100

8---------> 1000

7---------> 0111

2. combine the individual binary digits in order to get the binary of given hexadecimal number

487 ------------> 0100 1000 0111 ( required binary number )

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can i Convert 487 from hexadecimal to binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

Convert the hexadecimal number ABCDEF to octal and binary?

Octal = 52746757 Binary = 101010111100110111101111


Convert hexadecimal 4F7B in to binary and decimal?

4F7B: Binary = 100111101111011 Decimal = 20347


Convert 11011001 to decimal?

The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...


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 10111010 in hexidecimal?

I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).I assume the number is in binary. Separate the binary number from the right, 4 digits at a time: 1011 1011. Then convert each group of four binary digits to hexadecimal. In this case, 1011 is B, so the answer is 0xBB (the prefix 0x is often used to indicate hexadecimal).

Related questions

Convert 110110.101 to hexadecimal?

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


Convert binary octal 864BF into hexadecimal?

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


How you convert 2011 binary form and hexadecimal form?

The answer depends on what form you wish to convert binary and hex 2011 to.


Convert the hexadecimal number ABCDEF to octal and binary?

Octal = 52746757 Binary = 101010111100110111101111


Convert hexadecimal 4F7B in to binary and decimal?

4F7B: Binary = 100111101111011 Decimal = 20347


Convert EF16 to a binary number?

The binary equivalent of the hexadecimal number EF16 is 1110111100010110.


What does the binary number 00000001 convert to in the hexadecimal system?

01


Convert ABCD1 hexadecimal number to binary?

ABCD1 = 10101011110011010001


How do you convert binary to hexadecimal using assembly language?

Well, honey, in assembly language, you convert binary to hexadecimal by grouping the binary digits into sets of four, then converting each group into its hexadecimal equivalent. You can use bitwise operations like shifting and masking to make the conversion process smoother. Just remember, in the end, hexadecimal is just a fancy way of saying "base 16."


Why is Hexadecimal used?

It is used because it is easier to convert to and from binary to hexadecimal than decimal, and it uses less characters than binary. For instance: decimal: 65535 hex: FFFF binary: 1111111111111111


Convert 11011001 to decimal?

The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...


Convert the following binary number 0100110100011110 to a hexadecimal number?

hex =7