Decimal to Hexadecimal Converter

Published 2015-11-24
What the heck is hexadecimal
So you know how you can count from 1-Whatever number you are counting to, hexadecimal adds the letters A-F as a number, so what i mean is 0-9 contains 10 numbers, this is called base-10 or decimal. Hexadecimal on the other hand counts from 0-F, which would be called base-16 but its called hexadecimal because hex means six and decimal means ten and 6+10= you guessed it, 16. here is how you would count from 1 to 30 in hexadecimal 0 1 2 3 4 5 6 7 8 9 A B C D E F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D