Input
0b, 0o, and 0x prefixes are detected and switch the input base automatically.
Negative integers are supported and the sign is kept in every output.
Base converter
Enter an integer in any supported base and convert it locally with BigInt to binary, octal, decimal, hexadecimal, base32, and base36.
0b, 0o, and 0x prefixes are detected and switch the input base automatically.
Negative integers are supported and the sign is kept in every output.
Conversion uses only browser BigInt and string operations. The page does not call a backend, save history, or write input to the URL.
BigInt handles integers beyond the safe Number range for IDs, bitmasks, and chain values.
One input produces base 2, 8, 10, 16, 32, and 36 output. Hex input accepts uppercase and lowercase letters.
Invalid characters, decimal input, and source-base mismatches produce direct error messages.
No. This first release handles integers only and shows a clear message for decimal input.
Those prefixes are detected automatically and switch the input base to hexadecimal, binary, or octal.
No. All conversion and copying happens locally in your browser.