Base32 to Base36 Converter

Paste a base-32 number and instantly get its base-36 equivalent — all computed client-side.

Base-32 Input

Digits: 0-9, A-V
Direction: Base-32 → Base-36

Quick examples

Base-36 Output

Enter a base-32 value and click Convert

Copied!

Summary

Paste a base-32 number and instantly get its base-36 equivalent — all computed client-side.

How it works

  1. Enter a base-32 value in the input field (valid characters: 0-9, A-V, case-insensitive).
  2. The tool parses each digit of the base-32 number and computes its decimal (base-10) equivalent using BigInt.
  3. The decimal value is then re-encoded into base-36 using digits 0-9 followed by letters A-Z.
  4. The result appears instantly with a copy button and a breakdown table showing intermediate decimal value.
  5. Use the swap button to reverse direction and convert base-36 back to base-32.

Use cases

Frequently Asked Questions

Related tools

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