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

Frequently Asked Questions

Related tools

Last updated: 2026-05-23 · Reviewed by Nham Vu