Decimal to Base32 Converter
Enter a decimal integer and instantly convert it to base-32 (0-9 and A-V) with a step-by-step breakdown.
Decimal Input
Quick examples:
Base-32 Result
Result appears here
0
Decimal
0
Digits
-
Hex equiv.
Step-by-step Division Breakdown
| Step | Dividend | ÷ 32 | Quotient | Remainder | Digit |
|---|
Read the Digit column from bottom to top to form the base-32 result.
Summary
Enter a decimal integer and instantly convert it to base-32 (0-9 and A-V) with a step-by-step breakdown.
How it works
- Enter a non-negative decimal integer in the input field.
- The tool repeatedly divides the number by 32, recording each remainder.
- Each remainder maps to a symbol: 0-9 stay as digits, 10-31 map to A-V.
- The remainders are collected in reverse order to form the base-32 result.
- A step-by-step division table is shown so you can follow every step.
- The result updates instantly as you type.
Use cases
- Convert large decimal IDs to a shorter base-32 representation.
- Learn positional number systems beyond hex for computer science courses.
- Verify manual base-32 arithmetic with a reliable reference tool.
- Encode numeric values in a compact alphanumeric string using 0-9 A-V.
- Generate base-32 tokens from sequential numeric seeds.
- Cross-check output from programming language base-conversion functions.
Frequently Asked Questions
Related tools
Last updated: 2026-05-23 ·
Reviewed by Nham Vu