Base32 Encode
Encode text to Base32 format — paste, encode, and copy instantly.
Encoded Base32 will appear here...About Base32 Encode
Base32 Encode is a free online tool that converts plain text into Base32-encoded format. Base32 is a binary-to-text encoding scheme that uses a 32-character alphabet consisting of uppercase letters A through Z and digits 2 through 7. It is commonly used in applications where case-insensitive encoding is required, such as TOTP tokens for two-factor authentication, DNS records, and file systems that are not case-sensitive.
All encoding happens entirely in your browser using JavaScript — no data is ever sent to a server. Base32 encoding produces output that is about 60% larger than the input but is safe for use in case-insensitive contexts. The tool supports full Unicode and UTF-8 characters.
How to Use
Enter Text
Type or paste the text you want to encode into the input pane.
Encode
Click "Encode" to convert your text to Base32 format.
Copy Result
Use the copy button to grab your Base32-encoded output.