Decimal to Binary Converter

Valid decimal characters: 0-9 only

0

Quick Examples

Enter a decimal value to see the conversion steps here.

Other Conversions

Decimal to Binary Converter

A Decimal to Binary Converter helps convert decimal numbers (base-10) into binary numbers (base-2), which are used by computers.

Decimal to Binary Conversion Formula:
Divide the decimal number by 2 repeatedly, note the remainders, and read them from bottom to top to get the binary number.

What Is the Decimal Number System?

The decimal number system is the number system we use in daily life. It has 10 digits: 0 to 9.

What Is the Binary Number System?

The binary number system uses only two digits: 0 and 1.Computers use binary because electronic circuits understand ON (1) and OFF (0).

How to Convert Decimal to Binary

  1. Divide the decimal number by 2
  2. Write the remainder
  3. Divide the quotient again by 2
  4. Repeat until the quotient becomes 0
  5. Read remainders from bottom to top

Example: Convert 25 (Decimal) to Binary and Table

Decimal to binary conversion example showing step by step division of 25 into binary 11001 with a decimal to binary table from 1 to 10 and 20, 50, 100

Decimal to Binary Conversion Table

Decimal Binary
11
210
311
4100
5101
6110
7111
81000
91001
101010
1610000

FAQ on Calculator

1. What is decimal to binary conversion?

Decimal to binary conversion is the process of changing a decimal number (base-10) into a binary number (base-2) using only 0s and 1s.

2. Why do computers use binary numbers?

Computers use binary numbers because electronic circuits can easily represent two states: ON (1) and OFF (0).

3. What is the easiest way to convert decimal to binary?

The easiest way is the division by 2 method, where you divide the number by 2 repeatedly and read the remainders from bottom to top.