ToolVaults

Binary / Octal / Decimal / Hex Converter

Convert numbers between binary, octal, decimal, and hexadecimal. Supports huge numbers via BigInt. Handles 0b, 0o, 0x prefixes.

Runs 100% in your browser — nothing is uploaded.

Input base
  • Binary11111111(base 2)
  • Octal377(base 8)
  • Decimal255
  • HexadecimalFF(base 16)

Frequently asked

What is the max value?

Any integer that fits in JavaScript BigInt — effectively unlimited. Handles 128-bit values and beyond without loss.

Are prefixes required?

No — the tool strips 0b (binary), 0o (octal), 0x (hex) if present but doesn't require them. Just enter the digits.

Can I convert non-integers?

Not yet — floating-point base conversion is a distinct problem and gets its own tool later.

Related tools