Workspace

View

Algorithm

Variant

→ 0 chars

View

Output will appear here…

Base32 (RFC 3548, RFC 4648) Alphabet

ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=

Letters to Numbers Logo

Letters to Numbers

Trusted Conversion Tools

Base32 Converter

Our free Base32 Converter lets you encode and decode Base32 instantly — supporting all major variants including RFC 4648, Base32 Hex, z-base-32, and Crockford's Base32, entirely in your browser with no uploads required.

Who Is It For?

Developers & Engineers

Encoding API tokens, secret keys, and binary data in Base32 for use in URLs, QR codes, and case-insensitive systems.

Security & Cryptography Students

Understanding binary-to-text encoding schemes and the differences between Base32 variants as part of cryptography coursework.

DevOps & SRE Teams

Decoding Base32-encoded configuration values, TOTP secrets, and OTP tokens when troubleshooting authentication systems.

Data Engineers

Working with Base32-encoded identifiers in data pipelines, distributed systems, and storage keys.

CTF & Puzzle Solvers

Decoding Base32-encoded clues in capture-the-flag competitions and online puzzle challenges.

How It Works

Select Encode or Decode in the middle panel, then choose your Base32 variant from the dropdown. Type or paste your input in the left panel — the tool processes it instantly using a pure JavaScript implementation with no server calls. For encoding, every 5 bytes of input are grouped into 8 Base32 characters; padding (=) is added if needed. For decoding, Base32 characters are mapped back to their 5-bit values, reassembled into bytes, and decoded as UTF-8 text. The alphabet reference at the bottom shows exactly which characters the selected variant uses.

Features

  • Encode text to Base32 or decode Base32 back to text
  • Four variants: RFC 4648, Base32 Hex, z-base-32, Crockford's Base32
  • Three-panel layout: input, operation settings, output — matching industry-standard encoder UIs
  • Live character count showing encoded/decoded length
  • Alphabet reference panel showing the full character set for each variant
  • One-click copy to clipboard
  • 100% browser-based — no data ever leaves your device

Your Privacy Matters

All processing happens in your browser. We never store, send, or log your data. Completely private and secure.