answersLogoWhite

0


Best Answer

You convert four bits at a time, starting at the right. Every group of 4 bits becomes one hexadecimal digit. It is convenient to use a table (or know the table by heart):

0000 = 0

0001 = 1

0010 = 2

0011 = 3

0100 = 4

0101 = 5

0110 = 6

0111 = 7

1000 = 8

1001 = 9

1010 = A

1011 = B

1100 = C

1101 = D

1110 = E

1111 = F

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert binary to haxadecimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp