Base32 decoder

Paste valid Base32 data to recover the original text.

Decode Base32 data as UTF-8 text.

Input

Result

About this tool

The Base32 decoder converts valid Base32 data back into UTF-8 text. It checks the encoded input before returning the decoded value, so malformed characters do not produce a misleading result. Use it to inspect an encoded identifier, read test data from a configuration file, or confirm that another Base32 encoder produced the expected text. Base32 is an encoding format, not encryption, so it should not protect private information.