Mode
Input
Output
What is Base64 Encoder/Decoder?
Base64 Encoder/Decoder converts text to Base64 encoding and back instantly. Base64 is commonly used to embed images in HTML/CSS, encode email attachments, transmit binary data as text, and handle API authentication tokens — all processed privately on your device.
How to use
- Paste or type your plain text in the input area to encode it to Base64, or paste a Base64 string to decode it.
- Toggle between Encode and Decode mode using the direction switch.
- Copy the result with one click — ready to paste into code, emails, or configuration files.
Result
Encode 'Hello, World!' → 'SGVsbG8sIFdvcmxkIQ==' for embedding in a JSON payload. Decode 'dXNlcjpwYXNz' → 'user:pass' to inspect a Basic Auth header.
Related Tools
Duplicate Line Remover
Remove duplicate lines from text
Acronym Generator
Generate acronyms from phrases instantly
Add Prefix/Suffix
Add text before or after each line
ASCII Art Generator
Turn text into ASCII art
Blank Line Remover
Remove empty blank lines from text
Braille Translator
Convert text to Braille Unicode characters