BitConvert - Decimal to Binary Converter

Convert Decimal numbers like 255 into Binary format quickly and easily.

0
Copied!
What is Decimal?

Decimal is the standard base-10 number system used in everyday counting and mathematics. It uses digits from 0 to 9.

What is Binary?

Binary is a base-2 number system that uses only 0 and 1. It's used in digital electronics and computing.

How to Convert Decimal to Binary
Decimal to Binary Table
DecimalBinary
00000
10001
20010
30011
40100
50101
60110
70111
81000
91001
101010
111011
121100
131101
141110
151111