Convert Base 5 to Base 9
Convert Base 5 (base 5) to Base 9 (base 9) instantly and accurately.
Selected Base 5 (base 5) - available characters: 0, 1, 2, 3, 4
Conversion Formula
Step-by-step example using the value 42 (decimal):
Convert Base 5 (base 5) → Base 9 (base 9)
Step 1: Expand each digit of 132 (base 5) by position:
1 × 5^2 = 25
3 × 5^1 = 15
2 × 5^0 = 2
────────────
Sum = 42 (decimal)
Step 2: Divide 42 by 9 repeatedly (read remainders upward):
42 ÷ 9 = 4 r 6
4 ÷ 9 = 0 r 4
Read remainders upward: 46
────────────────────────────
Result: 132 (base 5) = 46 (base 9)
About Base 5
Quinary (base 5) uses digits 0-4. Each position is a power of 5: 5⁰=1, 5¹=5, 5²=25. One of the most historically widespread alternative bases, reflecting one-hand finger counting - Proto-Indo-European *penkwe = 'five/fist'. Tally marks group strokes in fives. Babylonian sexagesimal (base 60) used a 5×12 sub-structure. Fibonacci numbers mod 5 have Pisano period 20. Conversion: decimal 42 = 1×25+3×5+2 = 132₅.
About Base 9
Nonary (base 9) uses digits 0-8. Each position is a power of 9: 9⁰=1, 9¹=9, 9²=81. Because 9 = 3², each nonary digit maps to exactly 2 ternary digits (0=00 … 8=22). The finite field GF(9) = GF(3²) is used in certain error-correcting codes and algebraic geometry. The 3×3 magic square sums to 15 in every row/column/diagonal and is deeply tied to mod-9 arithmetic. Conversion: decimal 42 = 4×9+6 = 46₉.
Quick Reference Table
| Base 5 (base 5) | Base 9 (base 9) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 10 | 5 |
| 13 | 8 |
| 20 | 11 |
| 30 | 16 |
| 31 | 17 |
| 132 | 46 |
| 224 | 71 |
| 400 | 121 |
| 2010 | 313 |