Convert Base 6 to Binary
Convert Base 6 (base 6) to Binary (bin) 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) → Binary (base 2)
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 2 repeatedly (read remainders upward):
42 ÷ 2 = 21 r 0
21 ÷ 2 = 10 r 1
10 ÷ 2 = 5 r 0
5 ÷ 2 = 2 r 1
2 ÷ 2 = 1 r 0
1 ÷ 2 = 0 r 1
Read remainders upward: 101010
────────────────────────────
Result: 110 (base 6) = 101010 (bin)
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 Binary
Binary (base 2) is the foundational numeral system of all digital electronics, using only 0 and 1. Each position represents a power of 2: 2⁰=1, 2¹=2, 2²=4, 2³=8. Leibniz formalised it in 1679; Shannon applied Boolean logic to circuits in 1948. 8 bits = 1 byte (256 values) - the fundamental unit in every CPU from the 8080 to ARM Cortex-X. Every integer, float, character, pixel, and instruction in any digital device is ultimately binary. Conversion: decimal 42 = 32+8+2 = 2⁵+2³+2¹ = 101010₂.
Quick Reference Table
| Base 6 (base 6) | Binary (bin) |
|---|---|
| 1 | 1 |
| 2 | 10 |
| 5 | 101 |
| 12 | 1000 |
| 14 | 1010 |
| 23 | 1111 |
| 24 | 10000 |
| 110 | 101010 |
| 144 | 1000000 |
| 244 | 1100100 |
| 1103 | 11111111 |