Enter a number in base 31 below to convert it to base 64 instantly.
Advertisement
In base 31, each digit position represents a power of 31: the rightmost digit counts individual ones, the next counts groups of 31, the next counts groups of 31×31, and so on — the same place-value idea as base 10, just with 31 distinct digits instead of ten.
Base 64 works the same way: the rightmost digit counts ones, the next counts groups of 64, the next counts groups of 64×64, and so on, using 64 distinct digits.
Advertisement
| Base 10 | Base 31 | Base 64 |
|---|---|---|
| 1 | 1 | B |
| 2 | 2 | C |
| 3 | 3 | D |
| 4 | 4 | E |
| 5 | 5 | F |
| 6 | 6 | G |
| 7 | 7 | H |
| 8 | 8 | I |
| 9 | 9 | J |
| 10 | A | K |
| 11 | B | L |
| 12 | C | M |
| 13 | D | N |
| 14 | E | O |
| 15 | F | P |
| 16 | G | Q |
| 17 | H | R |
| 18 | I | S |
| 19 | J | T |
| 20 | K | U |
| 21 | L | V |
| 22 | M | W |
| 23 | N | X |
| 24 | O | Y |
| 25 | P | Z |
| 26 | Q | a |
| 27 | R | b |
| 28 | S | c |
| 29 | T | d |
| 30 | U | e |
| 31 | 10 | f |
| 32 | 11 | g |
| 33 | 12 | h |
| 34 | 13 | i |
| 35 | 14 | j |
| 36 | 15 | k |
| 37 | 16 | l |
| 38 | 17 | m |
| 39 | 18 | n |
| 40 | 19 | o |
| 41 | 1A | p |
| 42 | 1B | q |
| 43 | 1C | r |
| 44 | 1D | s |
| 45 | 1E | t |
| 46 | 1F | u |
| 47 | 1G | v |
| 48 | 1H | w |
| 49 | 1I | x |
| 50 | 1J | y |
| 51 | 1K | z |
| 52 | 1L | 0 |
| 53 | 1M | 1 |
| 54 | 1N | 2 |
| 55 | 1O | 3 |
| 56 | 1P | 4 |
| 57 | 1Q | 5 |
| 58 | 1R | 6 |
| 59 | 1S | 7 |
| 60 | 1T | 8 |
| 61 | 1U | 9 |
| 62 | 20 | + |
| 63 | 21 | / |
| 64 | 22 | BA |
| 70 | 28 | BG |
| 80 | 2I | BQ |
| 90 | 2S | Ba |
| 100 | 37 | Bk |
| 200 | 6E | DI |
| 300 | 9L | Es |
| 400 | CS | GQ |
| 500 | G4 | H0 |
| 600 | JB | JY |
| 700 | MI | K8 |
| 800 | PP | Mg |
| 900 | T1 | OE |
| 1000 | 118 | Po |
Advertisement