Base32 Encoder/Decoder — Base32 represents binary data using a 32-character alphabet (A–Z and 2–7) defined in RFC 4648. It is common for TOTP secrets, case-insensitive identifiers, and short tokens where Base64 is too dense to be human-readable.
Encoding and decoding happen entirely in your browser.
Was Base32 Encoder/Decoder useful?
Was ist Base32 Encoder/Decoder?
Base32 represents binary data using a 32-character alphabet (A–Z and 2–7) defined in RFC 4648. It is common for TOTP secrets, case-insensitive identifiers, and short tokens where Base64 is too dense to be human-readable.
This tool encodes UTF-8 text to a Base32 string with = padding, and decodes Base32 back to text. It rejects any input that contains characters outside the standard alphabet.
So funktioniert es
-
Choose direction
Switch between Encode and Decode with the toggle.
-
Paste input
The output updates as you type.
-
Copy the result
One click to copy the encoded or decoded value.
Beispiele
Encode "foobar"
A canonical RFC 4648 test vector.
Ergebnis: MZXW6YTBOI======
Decode a TOTP secret
Most TOTP secrets are stored as Base32.
Ergebnis: JBSWY3DPEHPK3PXP
Häufig gestellte Fragen
Verwandte Anleitungen
The 12 Best Free Online Tools You Haven’t Heard of in 2026
Twelve free online tools that are genuinely useful and not on the front page of every "best of" list: a CSS box-shadow generator, a JWT decoder, a binary-to-hex converter, a regex tester with explanations, a Cron expression generator, an EXIF metadata viewer, a CSS gradient maker, a base32 encoder, an HTTP status code reference, a JSON tree viewer, a UUID generator with history, and a CSS clip-path playground. All run in your browser, no signup, no upload.
What Nobody Tells You About UUIDs as Database Primary Keys
UUIDs look like a free win for primary keys: globally unique, no coordination, no information leak. The reality is more nuanced. They are 2x larger, 2-5x slower to index, and split awkwardly in B-tree indexes. Here is the honest tradeoff.
Base64 vs Base64url vs Base32 vs Hex: When to Use Each
Four encodings that all turn binary into text, but with different alphabets, sizes, and URL-safety. This guide explains the differences, the use cases, and the gotchas that trip people up.
Verwandte Werkzeuge
Base64-Kodierer / -Dekodierer
Kodieren Sie Text oder Dateien zu Base64 oder dekodieren Sie Base64 zurück in seine ursprüngliche Form. Kostenlos, in Ihrem Browser, ohne Upload.
Base64-Dekodierer
Dekodieren Sie Base64-Strings zurück in Klartext oder Dateien. Kostenlos, in Ihrem Browser, ohne Upload.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes of any text instantly.
Last reviewed: 2026-09-25