Frequently asked questions
Is my data uploaded anywhere?
No. The conversion runs entirely in your browser and nothing is uploaded. It works offline once the page has loaded.
Which bases are supported?
Binary, octal, decimal and hexadecimal directly, plus any custom base from 2 to 36 for both reading your input and showing an extra result.
Can it handle very large numbers?
Yes. It uses big-integer maths, so even numbers far beyond the usual limits convert exactly without rounding.
What characters can I use?
Digits 0 to 9 and letters A to Z, where A means 10 up to Z meaning 35. A leading minus sign is allowed for negative numbers. Invalid digits for the chosen base are flagged.
Does it work with decimals or fractions?
It converts whole numbers (integers). Fractional values are not supported, which keeps results exact for programming and digital uses.