Number Base Converter
Type a value in any base from 2 to 36 and read it back as binary, octal, decimal, hexadecimal, or a custom base — all at once.
Number Base Converter
🔒 Nothing you enter is sent anywhere or stored. All processing happens in your browser.
How it works
Every number can be written in different bases (also called radixes). Base 10 is the everyday decimal system, base 2 is binary, base 16 is hexadecimal, and so on up to base 36, where the digits run 0–9 then A–Z. This converter reads your value in whatever base you specify and re-expresses the same quantity in several others.
Enter the number, set the source base to match how you typed it, and the tool instantly shows the binary, octal, decimal and hexadecimal forms. The custom target base field lets you pick any other base from 2 to 36 for a one-off conversion. If a digit is illegal for the chosen base — for example the letter G in base 16, or the digit 2 in binary — you get a clear error instead of a wrong answer.
Conversions use arbitrary-precision integer maths, so very long values stay exact rather than rounding once they exceed normal number limits. Everything is computed on your device, which makes it safe for license keys, hashes or any value you would rather not send to a server.