Convert binary (base-2) numbers to decimal (base-10). Essential for computer science, programming, and digital electronics.
Convert binary (base-2) numbers to decimal (base-10). Essential for computer science, programming, and digital electronics.
Enter a binary number using only 0s and 1s.
Each binary digit is multiplied by 2 raised to the power of its position, then all values are summed.
How this calculator works
Each binary digit is multiplied by 2 raised to the power of its position, then all values are summed.
Common questions about this calculator