Tools / Binary Calculator

Binary Calculator

This takes binary strings and runs arithmetic operations on it then returns in whatever base you need. This was used in Binhexa.

Operation

Expression

101100 + 110

0010 1100 + 0110

Result

Binary

0011 0010

Octal

62

Decimal

50

Hexadecimal

32