About Hex and Base 25
Base 16 (hexadecimal) is a numeral system that uses sixteen unique symbols to represent values. The valid digits in base 16 are: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F. Each digit’s position represents a power of 16, increasing from right to left.
Base 25 (pentavigesimal) uses twenty-five unique symbols to represent numbers. The valid digits in base 25 are: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, G, H, I, J, K, L, M, N, and O. Like all positional numeral systems, each digit’s value depends on its position and the base being used.
Converting numbers from Hex to Base 25 allows you to compare and work with values across different numeral systems. This type of conversion is commonly used in mathematics, computer science, programming, and digital systems.
Hex to Base 25 Conversion Table
| Decimal | Hex | Base 25 |
|---|---|---|
| 1 | 1 | 1 |
| 2 | 2 | 2 |
| 3 | 3 | 3 |
| 4 | 4 | 4 |
| 5 | 5 | 5 |
| 6 | 6 | 6 |
| 7 | 7 | 7 |
| 8 | 8 | 8 |
| 9 | 9 | 9 |
| 10 | A | A |
| 11 | B | B |
| 12 | C | C |
| 13 | D | D |
| 14 | E | E |
| 15 | F | F |
| 16 | 10 | G |
| 17 | 11 | H |
| 18 | 12 | I |
| 19 | 13 | J |
| 20 | 14 | K |
| 21 | 15 | L |
| 22 | 16 | M |
| 23 | 17 | N |
| 24 | 18 | O |
| 25 | 19 | 10 |
| 26 | 1A | 11 |
| 27 | 1B | 12 |
| 28 | 1C | 13 |
| 29 | 1D | 14 |
| 30 | 1E | 15 |
| 31 | 1F | 16 |
| 32 | 20 | 17 |
| 33 | 21 | 18 |
| 34 | 22 | 19 |
| 35 | 23 | 1A |
| 36 | 24 | 1B |
| 37 | 25 | 1C |
| 38 | 26 | 1D |
| 39 | 27 | 1E |
| 40 | 28 | 1F |
| 41 | 29 | 1G |
| 42 | 2A | 1H |
| 43 | 2B | 1I |
| 44 | 2C | 1J |
| 45 | 2D | 1K |
| 46 | 2E | 1L |
| 47 | 2F | 1M |
| 48 | 30 | 1N |
| 49 | 31 | 1O |
| 50 | 32 | 20 |
| Decimal | Hex | Base 25 |
|---|---|---|
| 51 | 33 | 21 |
| 52 | 34 | 22 |
| 53 | 35 | 23 |
| 54 | 36 | 24 |
| 55 | 37 | 25 |
| 56 | 38 | 26 |
| 57 | 39 | 27 |
| 58 | 3A | 28 |
| 59 | 3B | 29 |
| 60 | 3C | 2A |
| 61 | 3D | 2B |
| 62 | 3E | 2C |
| 63 | 3F | 2D |
| 64 | 40 | 2E |
| 65 | 41 | 2F |
| 66 | 42 | 2G |
| 67 | 43 | 2H |
| 68 | 44 | 2I |
| 69 | 45 | 2J |
| 70 | 46 | 2K |
| 71 | 47 | 2L |
| 72 | 48 | 2M |
| 73 | 49 | 2N |
| 74 | 4A | 2O |
| 75 | 4B | 30 |
| 76 | 4C | 31 |
| 77 | 4D | 32 |
| 78 | 4E | 33 |
| 79 | 4F | 34 |
| 80 | 50 | 35 |
| 81 | 51 | 36 |
| 82 | 52 | 37 |
| 83 | 53 | 38 |
| 84 | 54 | 39 |
| 85 | 55 | 3A |
| 86 | 56 | 3B |
| 87 | 57 | 3C |
| 88 | 58 | 3D |
| 89 | 59 | 3E |
| 90 | 5A | 3F |
| 91 | 5B | 3G |
| 92 | 5C | 3H |
| 93 | 5D | 3I |
| 94 | 5E | 3J |
| 95 | 5F | 3K |
| 96 | 60 | 3L |
| 97 | 61 | 3M |
| 98 | 62 | 3N |
| 99 | 63 | 3O |
| 100 | 64 | 40 |