Decimal to Binary Converter

The Decimal to Binary Converter is a user-friendly online tool, to quickly convert between Decimal to Binary.

Decimal to Binary Converter

Share This Converter

Related Converters

How to convert decimal to binary

Here, we understand how to convert decimal integers to binary. Here, we will divide the decimal by 2 repeatedly. Let us use the decimal number 37 as an example. And divide it by 2 repeatedly.
37 divided by 2 repeatedly
37 ÷ 2 = 18 with a remainder of 1
18 ÷ 2 = 9 with a remainder of 0
9 ÷ 2 = 4 with a remainder of 1
4 ÷ 2 = 2 with a remainder of 0
2 ÷ 2 = 1 with a remainder of 0
1 ÷ 2 = 0 with a remainder of 1
Here you read the remainder in reverse order –
The remainder in reverse order is 100101. So, the decimal number 37 is equivalent to the binary number 100101.
Here, you have to divide the decimal number by 2 repeatedly in this process and note down the remainder, till the quotient becomes 0. The remainder, when read in reverse order, gives you the binary representation.

A table for Decimal to Binary conversion

Table
DecimalBinary
00
11
210
311
5101
101010
111011
121100
131101
141110
151111
50110010
63111111
1001100100
10001111101000
1000010011100010000
Decimal to Binary Converter
error: Content is protected !!
Scroll to Top