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