answersLogoWhite

0


Best Answer

The way I convert between decimal and hexadecimal is to first convert the decimal number to binary:

664062510 = 110010101010011111100012

Then split the binary number into 16-bit (4 digit) chunks:

0110 0101 0101 0011 1111 00012

Next, convert each chunk into a hexadecimal digit:

0110 0101 0101 0011 1111 00012

6 5 5 3 F 1

Finally, put all the digits together:

664062510 = 6553F116

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve

Add your answer:

Earn +20 pts
Q: How do you convert decimal 6640625 to its hexadecimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp