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

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

  1. Enter a non-negative decimal integer in the input field.
  2. The tool repeatedly divides the number by 32, recording each remainder.
  3. Each remainder maps to a symbol: 0-9 stay as digits, 10-31 map to A-V.
  4. The remainders are collected in reverse order to form the base-32 result.
  5. A step-by-step division table is shown so you can follow every step.
  6. 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

Last updated: 2026-06-13 · Reviewed by Nham Vu