Write the binary number
Start from the rightmost digit
Assign powers of 2 to each digit, starting with 0
Multiply each binary digit by its corresponding power of 2
Add all the results together
The sum is the decimal value
Write the binary number
Start from the rightmost digit
Assign powers of 2 to each digit, starting with 0
Multiply each binary digit by its corresponding power of 2
Add all the results together
The sum is the decimal value