Number Base Converter
Convert any integer between bases 2-36 — binary, octal, decimal, hex, and custom radix — instantly in your browser.
Input Number
Enter a number and click Convert to see it in every base.
Copied!
Summary
Convert any integer between bases 2-36 — binary, octal, decimal, hex, and custom radix — instantly in your browser.
How it works
- Select the source base (2 through 36) from the dropdown on the left.
- Type your number in the value field. Letters A-Z are accepted for digits above 9 (case insensitive).
- The converter validates each character against the selected source base and shows an error for invalid digits.
- Click Convert to see the value in binary, octal, decimal, hexadecimal, and any custom target base you have added.
- Use "Add target base" to add a custom base (2-36) to the result list, then click the copy button next to any row.
Use cases
- Convert IP subnets, color codes, or memory addresses between hex and decimal.
- Verify base-32 or base-36 encoded identifiers used in URL shorteners and IDs.
- Debug embedded systems code that mixes binary, octal, and hexadecimal literals.
- Learn positional notation by watching the same number appear in multiple bases side by side.
Frequently Asked Questions
Last updated: 2026-06-09 ·
Reviewed by Nham Vu