Convert Base 4 to Base 3
Convert Base 4 (base 4) to Base 3 (base 3) instantly and accurately.
Selected Base 4 (base 4) - available characters: 0, 1, 2, 3
Conversion Formula
Step-by-step example using the value 42 (decimal):
Convert Base 4 (base 4) → Base 3 (base 3)
Step 1: Expand each digit of 222 (base 4) by position:
2 × 4^2 = 32
2 × 4^1 = 8
2 × 4^0 = 2
────────────
Sum = 42 (decimal)
Step 2: Divide 42 by 3 repeatedly (read remainders upward):
42 ÷ 3 = 14 r 0
14 ÷ 3 = 4 r 2
4 ÷ 3 = 1 r 1
1 ÷ 3 = 0 r 1
Read remainders upward: 1120
────────────────────────────
Result: 222 (base 4) = 1120 (base 3)
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₄.
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₃.
Quick Reference Table
| Base 4 (base 4) | Base 3 (base 3) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 11 | 12 |
| 20 | 22 |
| 22 | 101 |
| 33 | 120 |
| 100 | 121 |
| 222 | 1120 |
| 1000 | 2101 |
| 1210 | 10201 |
| 3333 | 100110 |