Convert Base 9 to Base 4
Convert Base 9 (base 9) to Base 4 (base 4) 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 4 (base 4)
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 4 repeatedly (read remainders upward):
42 ÷ 4 = 10 r 2
10 ÷ 4 = 2 r 2
2 ÷ 4 = 0 r 2
Read remainders upward: 222
────────────────────────────
Result: 46 (base 9) = 222 (base 4)
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 4
Quaternary (base 4) uses digits 0-3. Each position is a power of 4: 4⁰=1, 4¹=4, 4²=16. Because 4 = 2², each quaternary digit maps to exactly 2 bits (0=00, 1=01, 2=10, 3=11). Used in bioinformatics to encode DNA nucleotides (A, C, G, T = 0-3), storing the human genome (3.2 Gbp) in ≈750 MB. 4-QAM encodes exactly 2 bits per symbol. Conversion: decimal 42 = 2×16+2×4+2 = 222₄.
Quick Reference Table
| Base 9 (base 9) | Base 4 (base 4) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 5 | 11 |
| 8 | 20 |
| 11 | 22 |
| 16 | 33 |
| 17 | 100 |
| 46 | 222 |
| 71 | 1000 |
| 121 | 1210 |
| 313 | 3333 |