Decimal to Binary Converter

Convert decimal numbers to binary

How It Works

The binary number system (base 2) uses only two digits: 0 and 1. It is the fundamental number system used in digital computing. To convert a decimal number to binary, you repeatedly divide by 2 and record the remainders, reading them in reverse order.

Frequently Asked Questions

Related Calculators