Number Base Converter
Convert a number between binary, octal, decimal, hex and any base (2–36). Runs entirely in your browser.
How it works
Frequently Asked Questions
Binary (2), octal (8), decimal (10), hexadecimal (16), and any custom base from 2 to 36.
Yes — it uses BigInt, so large integers convert exactly without precision loss.
No — conversion runs in your browser.
Convert numbers between bases online for free. Enter a value in binary, octal, decimal or hexadecimal — or with a 0x, 0b or 0o prefix and auto-detect — and instantly see it in every common base, plus any custom base from 2 to 36. It uses BigInt so even very large integers convert exactly. It’s ideal for programming, bit-twiddling and working with colours or memory addresses, and everything runs in your browser.