Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 back to text. Useful for encoding binary data, API tokens, or simple text obfuscation.
Mode
Text Input
File Upload
Select a file to encode to Base64
Output
No output
Examples
Text Encoding
Input: Hello, World!
Output:
SGVsbG8sIFdvcmxkIQ==
Text Decoding
Input:
SGVsbG8sIFdvcmxkIQ==
Output: Hello, World!