Base64 Encode/Decode
Encode text to Base64 or decode Base64 back to plain text.
How It Works
- 1 Paste your text in the input area.
- 2 Choose encode or decode mode.
- 3 The converted text appears in the output area.
FAQ
What is Base64 encoding? ▼
Base64 encodes binary or text data into ASCII characters using a 64-character alphabet, commonly used for data URLs and email.
Is Base64 encryption? ▼
No, Base64 is encoding, not encryption. It provides no security — anyone can decode it.
Related Tools
%
URL Encode/Decode
Encode or decode text using URL encoding (percent-encoding) for safe use in URLs.
&
HTML Entity Encode/Decode
Encode special characters as HTML entities or decode HTML entities back to characters.
🔑
Password Generator
Generate secure random passwords with customizable length and character options.