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