DevBolt
← 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: 0b for binary, 0o for octal, 0x for 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.