Convert between binary, decimal, hex, octal
Number base conversion changes how a value is represented across different numeral systems. Binary (base-2) uses 0-1, octal (base-8) uses 0-7, decimal (base-10) uses 0-9, hexadecimal (base-16) uses 0-9 and A-F. Our converter uses modular arithmetic for accurate conversion between any bases.