Text
Hello World
Base32
JBSWY3DPEBLW64TJOQ======
Encoding & Decoding
Encode and decode Base32 using uppercase A–Z and 2–7 per RFC 4648. Useful for case-insensitive secrets such as authenticator seeds. UTF-8 text is supported.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
状态:等待输入
明文 0 B → 密文 0 B · 待输入 · 膨胀率 +0%
Text
Hello World
Base32
JBSWY3DPEBLW64TJOQ======
Yes. Input is handled as UTF-8 bytes before Base32 encoding.
Tools
Continue with another translated tool for a nearby task.
Base64 Encode/Decode
Encode and decode Base64 in the browser, with standard and URL-safe variants, automatic direction detection, and optional file-to-Base64 conversion. Useful for API debugging and local data prep.
Base58 Encode/Decode
Encode and decode Base58, which omits visually ambiguous characters 0, O, I, and l. Useful for Bitcoin-style and IPFS-style readable strings. This is plain Base58, not Base58Check.