Base64 encoder/decoder
Encode and decode Base64 strings
To encode:
- Switch to the "Encode" tab
- Enter the text you want to encode
- Click "Encode" to convert to Base64
- Copy the Base64 output
To decode:
- Switch to the "Decode" tab
- Paste the Base64 string
- Click "Decode" to convert back to text
- If the Base64 is invalid, an error will be shown
Original text:
Hello, World!Base64 encoded:
SGVsbG8sIFdvcmxkIQ==