IT

Binary Calculator

This binary calculator is a tool that performs basic arithmetic and logical operations on binary numbers, used in computer programming and digital electronics.

Luis Anaya

Luis Anaya

Jan 15 2021

Binary Calculator

The formula to convert a binary number to decimal numbers is:

(11001)₂ = (1 * 2⁴) + (1 * 2³) + (0 * 2²) + (0 * 2¹) + (1 * 2⁰) = 25

Multiply each digit in the binary number by 2 raised to the power depending upon the position of the digit in the binary number, starting from the rightmost digit and moving towards the left.

Enter a binary number (maximum 16-bit) in the input below.

binary calculator

input
results
decimal
1

Other IT Calculators