Base64 Encoder/Decoder
Encode text to Base64 and decode Base64 to text
How to Use
1
Choose Mode
Select "Encode" to convert plain text to Base64, or "Decode" to convert Base64 back to plain text.
2
Enter Text
Paste or type your text in the input area. For encoding, enter plain text. For decoding, enter valid Base64 encoded data.
3
Options
Check "URL-safe" to use URL-safe Base64 encoding (replaces + with -, / with _). Check "Remove padding" to strip trailing = characters.
4
Process & Copy
Click the process button to encode or decode. Use the copy button to quickly copy the result to your clipboard.