Number Base Converter

Binary to Base-7 Converter

Convert binary integers to base-7 instantly. Enter a binary value such as 11001 to calculate its decimal value, repeated division by 7, exact septenary result, and complete conversion steps.

✓ Binary Input ✓ Base-7 Output ✓ Decimal Verification ✓ Division Steps ✓ Exact Integer Math
2→7
Binary → Base-7
● Ready
Enter a non-negative binary integer using only 0 and 1. Spaces are ignored.
Try:
✓ Base-7 Result
Base-7 / septenary representation
Decimal Value 0
Binary Bits 0
Base-7 Digits 0
Conversion Breakdown

What Is Binary to Base-7 Conversion?

Binary to base-7 conversion changes a number written in base 2 into the same numerical value written in base 7. Base 7 is also called the septenary numeral system and uses digits 0 through 6.

Example: 11001₂ = 25₁₀ 25₁₀ = 34₇ Therefore: 11001₂ = 34₇

How to Convert Binary to Base-7

1. Validate the binary input

The binary number must contain only 0 and 1.

2. Calculate the integer value

Interpret each binary position using powers of 2.

3. Divide the value by 7

Record the quotient and remainder after division by 7.

4. Continue dividing

Repeat the process using each new quotient until it reaches zero.

5. Keep every remainder

The remainders will range from 0 through 6.

6. Reverse the remainder order

Read the final remainder first to obtain the base-7 result.

Example: Convert Binary 1110 to Base-7

Binary: 1110₂ Convert to decimal: 1×8 + 1×4 + 1×2 + 0×1 = 14 Repeated division by 7: 14 ÷ 7 = 2 remainder 0 2 ÷ 7 = 0 remainder 2 Read the remainders backward: 20₇ Therefore: 1110₂ = 20₇

Example: Convert Binary 11001 to Base-7

Binary: 11001₂ Decimal value: 16 + 8 + 1 = 25 Divide repeatedly by 7: 25 ÷ 7 = 3 remainder 4 3 ÷ 7 = 0 remainder 3 Reverse the remainders: 34₇ Therefore: 11001₂ = 34₇

Binary to Base-7 Conversion Table

Binary Decimal Base-7
000
111
1022
1133
10044
10155
11066
111710
1000811
1001912
10101013
10111114
11001215
11011316
11101420
11111521
110012534

What Is Base 7?

Base 7 uses seven possible digits:

0 1 2 3 4 5 6 Its place values use powers of 7: 7⁰ = 1 7¹ = 7 7² = 49 7³ = 343 7⁴ = 2401

For example, 34₇ means:

3×7 + 4 = 21 + 4 = 25

Why Can’t Binary Be Grouped Directly for Base-7?

Direct grouping works for bases that are exact powers of 2. Base 4, for example, maps directly to two binary bits because 4 = 2².

Base 7 is not a power of 2, so a base-7 digit cannot be represented by an exact fixed number of binary bits for direct positional grouping.

Binary vs Base-7

Feature Binary Base-7
Base 2 7
Allowed digits 0, 1 0 through 6
Place values Powers of 2 Powers of 7
Decimal 14 1110 20
Decimal 25 11001 34

Do Leading Binary Zeros Change the Answer?

No. Leading zeros do not alter the numerical value of an integer.

These values are equivalent: 0011001₂ 11001₂ Both convert to decimal 25 and therefore: 34₇

Common Binary to Base-7 Mistakes

Entering digits other than 0 and 1

The source number must be valid binary.

Trying fixed binary groups

Base 7 is not a power of 2, so direct grouping does not work.

Reading remainders top to bottom

Remainders from repeated division must be read in reverse order.

Using digit 7 in the answer

The largest valid digit in base 7 is 6.

Important: this converter handles non-negative binary integers. Binary fractions require a separate fractional conversion method.

Related BinaryCon Tools

Binary to Base-7 Converter FAQs

How do you convert binary to base 7?
Convert the binary integer to its exact numerical value, repeatedly divide that value by 7, and read the remainders from last to first.
What is binary 110 in base 7?
Binary 110 equals decimal 6, so its base-7 representation is 6.
What is binary 111 in base 7?
Binary 111 equals decimal 7, so the result is 10₇.
What is binary 1110 in base 7?
Binary 1110 equals decimal 14, which is 20₇.
What is binary 11001 in base 7?
Binary 11001 equals decimal 25. Decimal 25 is base-7 34.
What digits are valid in base 7?
Base 7 uses digits 0 through 6.
Is base 7 called septenary?
Yes. Septenary is a name used for the base-7 numeral system.
Can binary be grouped directly to get base 7?
No. Base 7 is not a power of 2, so there is no exact fixed-size grouping rule.
Is 7 a valid digit in base 7?
No. Base-7 digits range from 0 through 6.
Do leading zeros affect the conversion?
No. Leading binary zeros do not change the numerical value.
Can this converter handle large binary integers?
Yes. The main calculation uses exact integer arithmetic rather than ordinary floating-point conversion.
Does BinaryCon require registration?
No. The Binary to Base-7 Converter can be used directly without signup.
Scroll to Top