Base64 Encoder / Decoder
Convert between plain text and Base64 in either direction.
Result
aGVsbG8=
Processing happens locally in your browser. Nothing you enter is uploaded.
How It Works
Type or paste your text, choose Encode or Decode, and copy the result.
Example
"hello" encodes to "aGVsbG8=".
Frequently Asked Questions
- What is Base64 used for?
- Base64 represents binary data as text, commonly used for embedding images in HTML/CSS or encoding data in URLs and emails.
Related Tools
JSON Formatter
Format, validate, and beautify JSON with proper indentation.
URL Encoder / Decoder
Encode text for safe use in a URL, or decode a URL-encoded string.
HTML Encoder / Decoder
Encode text to HTML entities, or decode HTML entities back to plain text.
Color Converter
Convert between HEX and RGB color formats.
Hash Generator
Generate a SHA-1, SHA-256, or SHA-512 hash of any text.
Regex Tester
Test a regular expression against sample text and see all matches.