What is Base64?
Base64 is a text encoding that represents binary data using ASCII characters.
Developer Tools
Encode text to Base64 or decode Base64 back to text in your browser.
Convert plain text into Base64 for transport or inspect Base64-encoded text without sending the value to a server.
Encode Unicode text to Base64 or decode Base64 back to text.
// Base64 output will appear here. Use plain text for encoding or Base64 text for decoding.
Encode to Base64 or decode from Base64 with one click.
Review the result before using it in code, payloads, or docs.
`ToolRivet` encodes to `VG9vbFJpdmV0`.
Base64 is a text encoding that represents binary data using ASCII characters.
No, Base64 is encoding, not encryption.
Yes, encoding and decoding run locally in your browser.