Count in Hexidecimal

Captain Lumacey

Dry Bones
Pronouns
He/Him
MarioWiki
CaptainOdyssey
This is a sequel of sorts to count in binary. Now we will count in hexadecimal.

How to count in decimal: Counting in hexadecimal is easy, 1-9 is the same, but you move on to the letters A-F before moving to 10, 1A-1F between 19 and 20, 2A-2F between 20 and 30, and so on.

Example: Here are the first 32 hexidecimal numbers 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,1E,1F,20

This will take a while, but after reaching 9F, instead of moving to 100, you move on to A0, A1, A2, A3, A4, A5, A6, A7, A8, A9, AA, AB, AC, AD, AE, AF, B0, B1, etc.

The pattern of moving through letters A-F after numbers 1-9 is the same no matter the place value. So anyways

1
 
3
 
Back