
Hexadecimal Conversions
Hello again folks, and welcome back to the GOTC tutorial series on hexadecimal/decimal conversions. Last time I introduced the hexadecimal system in a roundabout way by talking about bases in general. I discussed that the difference in bases is simply how many digits you count up to before you “turn-over,” like an odometer in a car. In decimal, for example, it goes 0-9; in hexadecimal, 0-F (where “F” can be thought of as the number 15 in decimal). Therefore, without further ado, let’s jump into a way to convert between these two bases.
(more…)

