ConceptStep · learning platform for computer science

Binary conversion

Number systems · Lesson

← ConceptStep

Decimal → binary conversion

Learn the method, study an example, practice with gradually reduced support and check whether you have mastered the skill.

1. How it works

To convert a decimal number to binary, repeatedly divide it by 2 and record each remainder. When the quotient reaches 0, read the remainders from bottom to top.

2. Step-by-step example: 13

1
13 ÷ 2 = 6 remainder 1
2
6 ÷ 2 = 3 remainder 0
3
3 ÷ 2 = 1 remainder 1
4
1 ÷ 2 = 0 remainder 1

Reading the remainders from bottom to top: 1101

Therefore 1310 = 11012.

3. Guided practice

Progress: 0 / 5 exercises — correct: 0

Convert 7 to binary.

Let's work through one division at a time.

Each step unlocks only after the previous one is correct.

Step 1 of 3

7 ÷ 2 = remainder

4. Learning objective

The goal is not to guess a conversion, but to apply the method independently and explain why the remainders are read from bottom to top.

Continue with binary → decimal →

Your competency map

What you need to know for Decimal → binary

ConceptStep separates what is required from what is recommended or useful as reinforcement. Only required prerequisites block your progress.

You can start right away. This is a foundation module: it does not require earlier skills from the learning path.
GUIDED LEARNING PATHS

Want to choose the next skill to develop?