Convert Base 9 to Base 6
Convert Base 9 (base 9) to Base 6 (base 6) instantly and accurately.
Selected Base 9 (base 9) - available characters: 0, 1, 2, 3, 4, 5, 6, 7, 8
Conversion Formula
Step-by-step example using the value 42 (decimal):
Convert Base 9 (base 9) → Base 6 (base 6)
Step 1: Expand each digit of 46 (base 9) by position:
4 × 9^1 = 36
6 × 9^0 = 6
────────────
Sum = 42 (decimal)
Step 2: Divide 42 by 6 repeatedly (read remainders upward):
42 ÷ 6 = 7 r 0
7 ÷ 6 = 1 r 1
1 ÷ 6 = 0 r 1
Read remainders upward: 110
────────────────────────────
Result: 46 (base 9) = 110 (base 6)
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₉.
About Base 6
Senary (base 6) uses digits 0-5. Each position is a power of 6: 6⁰=1, 6¹=6, 6²=36. Six is divisible by 1, 2, 3, and 6, making fractions clean: 1/2 = 0.3, 1/3 = 0.2 (both terminating). Native to the Ndom language of Papua New Guinea. Standard dice produce one uniform senary digit per roll. Donald Knuth noted senary's compact multiplication table. Conversion: decimal 42 = 1×36+1×6+0 = 110₆.
Quick Reference Table
| Base 9 (base 9) | Base 6 (base 6) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 5 | 5 |
| 8 | 12 |
| 11 | 14 |
| 16 | 23 |
| 17 | 24 |
| 46 | 110 |
| 71 | 144 |
| 121 | 244 |
| 313 | 1103 |