BinaryCon Binary Converter

Base‑N Converter

Result

About this tool

Convert integer strings between arbitrary bases 2–36. Use for encoding or decoding numbers in different radices.

Example

Input: value=1101, from=2, to=10
Output: 13

Conversion formula

Value = Σ (digit_i × base^i). Use BigInt for large integers where available.