Add and multiply binary numbers; compute bitwise AND, OR, XOR, NAND, NOR, XNOR, NOT; invert, reverse, rotate, and shift binary strings.
It performs binary addition and multiplication, all standard bitwise operations (AND, OR, XOR, NAND, NOR, XNOR, NOT), and string transforms (invert, reverse, circular shift, rotate left/right).
Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal. Supports any base from 2 to 36.
BCD Converter
Convert between BCD (Binary-Coded Decimal), decimal, octal, and hexadecimal.
Gray Code Converter
Convert between Gray code and binary, octal, decimal, and hexadecimal.
Roman Numeral Converter
Convert between Roman numerals and decimal numbers. Supports standard subtractive notation (IV, IX, XL, etc.).