Comments: Hexadecimal
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
In the example below, I think Part 1 needs to read Part 1 - Divide 61453 by 16. The result is a quotient of 3840, and a remainder of 13. That remainder becomes our first, RIGHT-most, least-significant hex digit – D. Take 3840 to the next step.
Decimal-to-Hex Example: Convert 61453
Enough math-speak, let’s work an example. Let’s convert 6145310 to hexadecimal:
Part 1 - Divide 61453 by 16. The result is a quotient of 3840, and a remainder of 13. That remainder becomes our first, left-most, least-significant hex digit – D. Take 3840 to the next step.
It's confusing enough even without dyslexia and I'm not ambidextrous. ; )
Oops. Thanks for catching that! Should be all fixed up.