Number Base Converter
Convert numbers between binary, octal, decimal, hexadecimal, and any base 2–36. Big-integer safe.
About the Number Base Converter
Convert numbers between binary, octal, decimal, hexadecimal, and any base from 2 to 36 — accurately, even for very large values.
What this tool does
Enter a number in any base and instantly see it in binary, octal, decimal, and hexadecimal, plus a custom base of your choice. It uses big-integer math so results stay exact for numbers far beyond the usual 64-bit limit.
Why it matters
Base conversion is everyday work in programming and networking:
- Hex for colors, memory addresses, and byte values.
- Binary for bitmasks, flags, and permissions.
- Octal for Unix file permissions (chmod).
- Custom bases for encoding schemes and puzzles.
Tips
You can enter negative numbers, and hexadecimal input is case-insensitive. Change the input base to interpret the same digits differently.
FAQ
How large a number can it handle?
Does it support negative numbers?
What is a custom base?
Is my input uploaded?
Related tools
Pro tip: pair this tool with Upside Down Text Generator and Text Similarity Checker for a faster SEO workflow.