← Text & List Tools
Text & List Tools · runs locally

Base32 Text Encoder and Decoder

Convert UTF-8 text to canonical RFC 4648 Base32 or strictly decode a padded or unpadded Base32 value.

Ready. Your working data stays in this browser.

Why this tool is useful

Use Base32 when a case-insensitive alphabet is safer than Base64 for secrets, labels, provisioning data or systems with restricted characters.

How it works

Text is converted to UTF-8 bytes, packed into five-bit groups and mapped to the A–Z/2–7 alphabet; decoding validates padding and unused bits.

Practical example

Encoding Hello returns JBSWY3DP, and decoding that value reconstructs the same five UTF-8 bytes.

Validation

The calculation is deterministic and explains validation errors instead of silently changing invalid input.

Privacy boundary

Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.

Result passport

Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.