Base64 Encoder
Encode/decode Base64 strings
How to Use the Base64 Encoder/Decoder:
- 1 Enter the text you want to encode or the Base64 string you want to decode into the "Input Text" area.
- 2 Click "Encode" to convert your text to Base64, or "Decode" to convert Base64 back to text.
- 3 The result will appear in the "Output" area.
- 4 If decoding fails (e.g., due to an invalid Base64 string), an error message will be shown.
- 5 Click "Copy" to copy the output to your clipboard.