Convert Base 3 to Base 9
Convert Base 3 (base 3) to Base 9 (base 9) instantly and accurately.
Selected Base 3 (base 3) - available characters: 0, 1, 2
Conversion Formula
Step-by-step example using the value 42 (decimal):
Convert Base 3 (base 3) → Base 9 (base 9)
Step 1: Expand each digit of 1120 (base 3) by position:
1 × 3^3 = 27
1 × 3^2 = 9
2 × 3^1 = 6
0 × 3^0 = 0
────────────
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: 1120 (base 3) = 46 (base 9)
About Base 3
Ternary (base 3) uses digits 0, 1, 2. Each position is a power of 3: 3⁰=1, 3¹=3, 3²=9, 3³=27. Balanced ternary (β’1, 0, +1) represents negatives without a sign and minimises rounding error. The Soviet Setun computer (1958) was the only practical balanced-ternary machine. Ternary underlies the Cantor set and Toom-Cook multiplication. Conversion: decimal 42 = 1×27+1×9+2×3+0 = 1120₃.
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 3 (base 3) | Base 9 (base 9) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 12 | 5 |
| 22 | 8 |
| 101 | 11 |
| 120 | 16 |
| 121 | 17 |
| 1120 | 46 |
| 2101 | 71 |
| 10201 | 121 |
| 100110 | 313 |