Base32/Base58/Base85 Encoder/Decoder
Base32, Base58, and Base85 are binary-to-text encoding schemes that represent binary data in ASCII string format. Base32 uses uppercase letters and digits 2-7, commonly used in TOTP (Google Authenticator) and email applications. Base58 is a variant of Base64 used in Bitcoin and other cryptocurrencies, removing easily confused characters. Base85 offers better space efficiency and is used in Adobe products. All encoding and decoding happens entirely in your browser.
Features
B
Multiple Formats
Support for Base32, Base58, and Base85 encoding schemes.
R
Bidirectional
Easily switch between encoding and decoding modes.
C
One-Click Copy
Copy results instantly to your clipboard.
Frequently Asked Questions
Tags
base32
base58
base85
encoder
decoder
bitcoin
totp
2fa