How to Use This Calculator
Type your number exactly as it appears in the source base, choose the origin and target bases, then hit Convert number to refresh every panel. The helper buttons load the default example, swap the selected bases, or clear the entry so you can start over.
- Include one optional sign (±) at the start and at most one decimal point.
- Select a base between 2 and 36 for the current representation.
- Pick a destination base in the same range and press Convert.
- Compare the main result with the quick Binary/Octal/Decimal/Hex outputs for confirmation.
Methodology
Conversions happen in two conceptual steps: the tool first parses the string into a precise integer or floating point value in decimal, then re-encodes that value into the requested base. Integer conversions use exact BigInt math so they stay precise, while fractional parts track digits with a capped precision to keep the output deterministic.
Results are estimates when fractional digits are involved; very long fractions may round after 16 digits. Always double-check critical values if you need perfect fidelity for engineering or cryptographic work.