Base32 Encode / Decode

Base32 uses an A-Z and 2-7 alphabet so output is safe in case-insensitive systems and easy to read aloud. This tool converts text or hex to and from Base32 without uploading anything.

Contents

Key Features

Use Cases

How to Use

  1. Paste the text or hex
  2. Choose the variant
  3. Convert
  4. Copy the result

Practical Tips

FAQ

Base32 vs Base64?
Base32 avoids ambiguous characters; Base64 is more compact.
Why the padding?
It aligns the last group to a multiple of 8 bits.
← Back to Guides