Convert between Gray code and binary, octal, decimal, and hexadecimal.
Gray code is a binary encoding where successive values differ by only one bit. It is used in encoders and error correction.
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.
Binary Calculator
Add and multiply binary numbers; compute bitwise AND, OR, XOR, NAND, NOR, XNOR, NOT; invert, reverse, rotate, and shift binary strings.
Roman Numeral Converter
Convert between Roman numerals and decimal numbers. Supports standard subtractive notation (IV, IX, XL, etc.).