How to convert binary to decimal

So decimal number is equal to the sum of binary digits (dn) times their power of 2 (2n):

decimal = d0×20 + d1×21 + d2×22 + ...

Example #1

Find the decimal value of 1110012:

binary number:111001
power of 2:252423222120

1110012 = 1⋅25+1⋅24+1⋅23+0⋅22+0⋅21+1⋅20 = 5710

Example #2

Find the decimal value of 1000112:

binary number:100011
power of 2:252423222120

1000112 = 1⋅25+0⋅24+0⋅23+0⋅22+1⋅21+1⋅20 = 3510

Binary to Decimal converter ►

Binary to decimal conversion table

BinaryDecimal
00
11
102
113
1004
1015
1106
1117
10008
10019
101010
101111
110012
110113
111014
111115
1000016
1000117
1001018
1001119
1010020
1010121
1011022
1011123
1100024
1100125
1101026
1101127
1110028
1110129
1111030
1111131
10000032
100000064
10000000128
100000000256



 

 

How to convert decimal to binary ►

 


See also

Advertising

NUMBER CONVERSION
°• CmtoInchesConvert.com •°