Base Converter: Convert Numbers Between Any Base (2-36)
📸 Live preview — Universal base conversion.
Why Use a Universal Base Converter?
Different number systems are used in computing: binary (base‑2) for machine code, octal (base‑8) for file permissions, decimal (base‑10) for humans, hexadecimal (base‑16) for color codes and memory addresses. Our converter supports any base from 2 to 36 (using digits 0‑9 and letters A‑Z). Convert effortlessly between binary, octal, decimal, hexadecimal, and custom bases.
📌 How to Use
- Enter the number you want to convert.
- Select the source base (the base of the number you entered).
- Select the target base (what you want to convert to).
- Click "Convert".
- Copy the result.
✨ Features
🔍 Most Searched Keywords
⚙️ How It Works
We parse the input number according to the source base using parseInt(value, fromBase). Then we convert the decimal value to the target base using toString(toBase).
🎯 Benefits
✅ Learn number systems.
✅ Quick conversions for coding.
✅ Free and private.
🔗 Related Tools
❓ FAQ
2 through 36 (digits 0-9, A-Z).
Yes, works with signed integers.
Yes, forever.