Binary arithmetic calculator
Run arithmetic and bitwise operations on two binary numbers: add, subtract, multiply, divide (integer quotient), plus the bitwise AND, OR and XOR. Every result is shown simultaneously in binary, decimal and hexadecimal.
Operands are parsed with arbitrary-precision integers, so even long binary strings compute exactly without overflow — and the whole thing runs locally in your browser.