Number Base Converter
Convert numbers between binary, octal, decimal, and hexadecimal online with BigInt precision, plus text ↔ hex ASCII conversion. Instant, client-side.
Number converter
Binary
11111111
Octal
377
Decimal
255
Hexadecimal
FF
Text → HEX
486921
HEX → Text
Hi!
How to use
- Type the number, pick from/to base (binary, octal, decimal, hex).
- Use Text to HEX boxes for ASCII conversion.
- Copy the result.
FAQ
How large numbers work?
BigInt is used, so even 128-bit values convert exactly — no float rounding.