Beyond Counting to 10

Introduction
Counting
Convert
Famous

Counting

Note: for number bases greater than 10, we'll run out of digits. So after '9' we start using the upper-case letters of the alphabet:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, ...

Occasionally computers use base 64 (!!). To have enough 'digits' we add the lower case alphabet (a-z) and two symbols:

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/

DecimalBase 2Base 3Base 4Base 5Base 6Base 7Base 8Base 9Base 10Base 11Base 12Base 13Base 14Base 15Base 16
1111111111111111
21022222222222222
311103333333333333
41001110444444444444
510112111055555555555
6110201211106666666666
71112113121110777777777
8100022201312111088888888
910011002114131211109999999
10101010122201413121110AAAAAA
1110111022321151413121110BBBBB
121100110302220151413121110CCCC
13110111131232116151413121110DDD
1411101123224222016151413121110EE
151111120333023211716151413121110F
1610000121100312422201716151413121110
1710001122101322523211817161514131211
1810010200102333024222018171615141312
1910011201103343125232119181716151413
2010100202110403226242220191817161514
21101012101114133302523211A1918171615
2210110211112423431262422201A19181716
2310111212113433532272523211B1A191817
241100022012044403330262422201B1A1918
2511001221121100413431272523211C1B1A19