What is this tool?
This tool encodes text to Base64 and decodes Base64 strings back to plain text. Base64 encoding is commonly used for embedding data in URLs, emails, and API payloads.
How to Use
- Enter text or a Base64 string in the input area.
- Click 'Encode' to convert to Base64 or 'Decode' to convert back.
- Use 'Use output as input' to chain operations.
- Copy the result from the output area.
Examples
- Encode an image URL for embedding in HTML.
- Decode a Base64-encoded API response.
- Encode credentials for HTTP Basic Authentication headers.