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?
Apa itu 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.
Cara menggunakannya
-
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.
Contoh
Encode "foobar"
A canonical RFC 4648 test vector.
Hasil: MZXW6YTBOI======
Decode a TOTP secret
Most TOTP secrets are stored as Base32.
Hasil: JBSWY3DPEHPK3PXP
Pertanyaan yang sering diajukan
Panduan terkait
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.
Peralatan terkait
Encoder / Decoder Base64
Enkode teks atau file ke Base64, atau dekode Base64 kembali ke bentuk aslinya. Gratis, di browser Anda, tanpa unggahan.
Dekoder Base64
Dekode string Base64 kembali ke teks biasa atau file. Gratis, di browser Anda, tanpa unggahan.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes of any text instantly.
Last reviewed: 2026-09-25