Base64 Encoder/Decoder
Select Mode
Input Content
Instructions
- Select "Encode" or "Decode" mode
- Enter content in the input box
- Click the corresponding button to convert
- Click "Copy" button to copy the result
Examples
Encoding Example
Input: Hello, World!
Output: SGVsbG8sIFdvcmxkIQ==
Decoding Example
Input: SGVsbG8sIFdvcmxkIQ==
Output: Hello, World!