Number base converter
Convert integers between binary, octal, decimal, and hexadecimal.
How to use
- Enter an integer.
- Pick the input base or leave it on auto.
- Copy the base you need.
What it supports
Auto mode reads 0x, 0b, and 0o prefixes, otherwise decimal. Accepts signs and _ or space separators. Uses BigInt, so integers of any length stay exact. Up to 10,000 characters.