answersLogoWhite

0

Divide the binary number into 4-digit segments, then convert each segment:

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

For example, start with the number 1011000110. Since there are 10 digits, add 2 zeroes to the beginning so we can divided it into three segments with four digits each : 0010 1100 0110. The first segment is converted to 2, the second segment becomes C, and the third segment becomes 6, so the final result is 2C6.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
BeauBeau
You're doing better than you think!
Chat with Beau
JudyJudy
Simplicity is my specialty.
Chat with Judy

Add your answer:

Earn +20 pts
Q: What is the hexadecimal conversion of the binary number?
Write your answer...
Submit
Still have questions?
magnify glass
imp