Base64 Converter

Encode text to Base64 or decode Base64 back to text. Also outputs data URLs for embedding in HTML or CSS.

Advertisement

Output

Enter text and convert it.

Base64 Converter

A Base64 converter. Encode text into Base64 or decode Base64 back into readable text. Base64 is useful for embedding binary data (images, fonts) in HTML, CSS or JSON, sending data over text-only channels, and storing blobs. Note: Base64 is encoding, not encryption; it only hides text from plain sight.

Advertisement