ToolHop.

ADVERT

🔁 Base Converter

Convert numbers between bases 2-36, including binary, octal, decimal, and hexadecimal, with clear formatting for long values and developer-friendly output.

Base Converter

Convert integers between bases 2-36 with precise BigInt parsing, auto prefix detection, grouped output formatting, and conversion reports.

Output (base 16) FF
BaseOutput
21111 1111
8377
10255
16FF
3673

How to use this tool

  1. Set source/target bases and formatting options.
  2. Enter an integer value and review converted output + common-base table.
  3. Copy result or export JSON for audit/replay workflows.

Precision

  • Parsing and conversion are BigInt-based, so large integers remain exact.
  • Invalid digits are validated against the effective input base.
  • Prefix auto-detection supports 0x, 0b, and 0o inputs.

Formatting

  • Group size improves readability for long binary/hex values.
  • Prefix and case controls align outputs with coding standards.
  • Common-base table reduces repeated manual conversions.

FAQ

Does it support fractions?
No. This converter is integer-only for precise arbitrary-length conversions.
Can I convert negative numbers?
Yes. Signed integers are supported across all bases 2-36.
Is conversion local?
Yes. All parsing and conversion happen in your browser.

ADVERT

ADVERT