Convert Base 7 to Binary
Convert Base 7 (base 7) to Binary (bin) instantly and accurately.
Selected Base 7 (base 7) - available characters: 0, 1, 2, 3, 4, 5, 6
Conversion Formula
Step-by-step example using the value 42 (decimal):
Convert Base 7 (base 7) → Binary (base 2)
Step 1: Expand each digit of 60 (base 7) by position:
6 × 7^1 = 42
0 × 7^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: 60 (base 7) = 101010 (bin)
About Base 7
Septenary (base 7) uses digits 0-6. Each position is a power of 7: 7⁰=1, 7¹=7, 7²=49. Seven is prime, so every fraction p/q (q not divisible by 7) produces a purely repeating expansion. Seven days of the week derive from Babylonian astronomy (the 7 naked-eye celestial objects). Reed-Solomon codes used in QR codes and Blu-ray draw on prime-field properties of GF(7). Conversion: decimal 42 = 6×7+0 = 60₇.
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 7 (base 7) | Binary (bin) |
|---|---|
| 1 | 1 |
| 2 | 10 |
| 5 | 101 |
| 11 | 1000 |
| 13 | 1010 |
| 21 | 1111 |
| 22 | 10000 |
| 60 | 101010 |
| 121 | 1000000 |
| 202 | 1100100 |
| 513 | 11111111 |