Base64 Encode/Decode
Base64 encoding converts binary data into an ASCII string format using a set of 64 characters. It is widely used for embedding images in HTML/CSS, encoding email attachments via MIME, and transmitting data in URLs or JSON payloads. This tool handles full UTF-8 text correctly, ensuring multi-byte characters like emojis and accented letters are preserved during encoding and decoding.
How to Use This Tool
- Select Encode or Decode mode using the toggle buttons.
- Paste or type your text into the input area.
- The converted output appears automatically in real time.
- Click Copy to copy the result to your clipboard.
Related Tools
%20&l{ }SQL
URL Encode/Decode
Encode and decode URL components and query strings.
HTML Entity Encode/Decode
Convert special characters to HTML entities and back.
JSON Formatter & Validator
Pretty-print, validate, and minify JSON with syntax highlighting.
SQL Formatter
Beautify SQL queries with support for multiple dialects.