Convert Base 6 to Base 4
Convert Base 6 (base 6) to Base 4 (base 4) instantly and accurately.
Selected Base 6 (base 6) - available characters: 0, 1, 2, 3, 4, 5
Conversion Formula
Step-by-step example using the value 42 (decimal):
Convert Base 6 (base 6) → Base 4 (base 4)
Step 1: Expand each digit of 110 (base 6) by position:
1 × 6^2 = 36
1 × 6^1 = 6
0 × 6^0 = 0
────────────
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: 110 (base 6) = 222 (base 4)
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₆.
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 6 (base 6) | Base 4 (base 4) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 5 | 11 |
| 12 | 20 |
| 14 | 22 |
| 23 | 33 |
| 24 | 100 |
| 110 | 222 |
| 144 | 1000 |
| 244 | 1210 |
| 1103 | 3333 |