Decode Base32-encoded strings back to plain text instantly. Ideal for developers working with RFC 4648 encoding, TOTP secrets, or binary-safe transfers.
Decode Base32-encoded strings back to plain text instantly. Ideal for developers working with RFC 4648 encoding, TOTP secrets, or binary-safe transfers.
Common questions and answers about this topic.
Converts a Base32-encoded string back to its original binary or text form.
Yes, both padded (with =) and unpadded Base32 strings are supported.
No, Base32 decoding runs entirely in your browser. Your encoded data is decoded locally with JavaScript and never sent to any server.