Convert numbers between binary, octal, decimal, and hexadecimal
Number Base Converter translates integers between four positional numeral systems - binary (base 2), octal (base 8), decimal (base 10), and hexadecimal (base 16) - entirely in your browser. It uses JavaScript BigInt, so it handles arbitrarily large numbers without precision loss.
Convert any number in a few clicks:
All conversion runs locally in your browser with no server round-trip.
Type a number in any field and all other bases update instantly. Supports arbitrarily large integers.