← Back to tools
Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal. Results update as you type.
About Number Base Conversion
- Supports arbitrarily large numbers using BigInt — no precision loss.
- Use prefixes for quick input:
0bfor binary,0ofor octal,0xfor hex. - Underscores in input are ignored for readability (e.g.
1_000_000). - Everything runs in your browser — no data is sent over the network.