Binary to decimal converter
Find the decimal equivalent of the binary number.
How to convert binary to decimal
For example, let's convert 1001110 to decimal.
110100 =
1 * 25 + 1 * 24 + 0 * 23 + 1 * 22 + 0 * 21 + 0 * 20 =
32 + 16 + 4 = 52
So, in result 110100 is equal to 52.
Binary numbers to decimal
Binary
Number
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
20
-
25
-
30
-
35
-
40
-
45
-
50
-
55
-
60
-
65
-
70
-
75
-
80
-
85
-
90
-
95
-
100
Go back to form to convery any binary number.