Base64 encoding is a popular way for applications to share data by converting bytes into human-readable characters.
This online base64 encoder and base64 decoder allows you to convert plain text to and from the base64 encoding.
Use the Base64 Encoder & Decoder tool on Solid Tools for Developers to:
To encode plain text into base64-encoded text, type or paste the text into the first text-area (labelled "plain-text string") and click the "Encode" button. The base64-encoded string will appear in the second text-area.
To decode base64-encoded text back into plain text, type or paste the text into the second text-area (labelled "base64-encoded string") and click the "Decode" button. The plain-text string will appear in the first text-area.