Plain text input

Base64 output

Input: 0 chars Output: 0 chars Ratio:

What is Base64?

📦

Binary → Text

Converts binary data into printable ASCII characters for safe text transmission

🔗

URL-safe variant

Replaces +- and /_ so Base64 is safe in URLs and filenames

🖼️

Inline images

Embed images directly in HTML/CSS as data: URIs — no separate HTTP request