Enter a number in base 53 below to convert it to base 2 instantly.
Advertisement
In base 53, each digit position represents a power of 53: the rightmost digit counts individual ones, the next counts groups of 53, the next counts groups of 53×53, and so on — the same place-value idea as base 10, just with 53 distinct digits instead of ten.
Base 2 works the same way: the rightmost digit counts ones, the next counts groups of 2, the next counts groups of 2×2, and so on, using 2 distinct digits.
Advertisement
| Base 10 | Base 53 | Base 2 |
|---|---|---|
| 1 | 1 | 1 |
| 2 | 2 | 10 |
| 3 | 3 | 11 |
| 4 | 4 | 100 |
| 5 | 5 | 101 |
| 6 | 6 | 110 |
| 7 | 7 | 111 |
| 8 | 8 | 1000 |
| 9 | 9 | 1001 |
| 10 | A | 1010 |
| 11 | B | 1011 |
| 12 | C | 1100 |
| 13 | D | 1101 |
| 14 | E | 1110 |
| 15 | F | 1111 |
| 16 | G | 10000 |
| 17 | H | 10001 |
| 18 | I | 10010 |
| 19 | J | 10011 |
| 20 | K | 10100 |
| 21 | L | 10101 |
| 22 | M | 10110 |
| 23 | N | 10111 |
| 24 | O | 11000 |
| 25 | P | 11001 |
| 26 | Q | 11010 |
| 27 | R | 11011 |
| 28 | S | 11100 |
| 29 | T | 11101 |
| 30 | U | 11110 |
| 31 | V | 11111 |
| 32 | W | 100000 |
| 33 | X | 100001 |
| 34 | Y | 100010 |
| 35 | Z | 100011 |
| 36 | a | 100100 |
| 37 | b | 100101 |
| 38 | c | 100110 |
| 39 | d | 100111 |
| 40 | e | 101000 |
| 41 | f | 101001 |
| 42 | g | 101010 |
| 43 | h | 101011 |
| 44 | i | 101100 |
| 45 | j | 101101 |
| 46 | k | 101110 |
| 47 | l | 101111 |
| 48 | m | 110000 |
| 49 | n | 110001 |
| 50 | o | 110010 |
| 51 | p | 110011 |
| 52 | q | 110100 |
| 53 | 10 | 110101 |
| 54 | 11 | 110110 |
| 55 | 12 | 110111 |
| 56 | 13 | 111000 |
| 57 | 14 | 111001 |
| 58 | 15 | 111010 |
| 59 | 16 | 111011 |
| 60 | 17 | 111100 |
| 61 | 18 | 111101 |
| 62 | 19 | 111110 |
| 63 | 1A | 111111 |
| 64 | 1B | 1000000 |
| 70 | 1H | 1000110 |
| 80 | 1R | 1010000 |
| 90 | 1b | 1011010 |
| 100 | 1l | 1100100 |
| 200 | 3f | 11001000 |
| 300 | 5Z | 100101100 |
| 400 | 7T | 110010000 |
| 500 | 9N | 111110100 |
| 600 | BH | 1001011000 |
| 700 | DB | 1010111100 |
| 800 | F5 | 1100100000 |
| 900 | Gq | 1110000100 |
| 1000 | Ik | 1111101000 |
Advertisement