Base64-Kodierung

Fügen Sie Ihren Text unten ein und klicken Sie auf Kodieren, um ihn in Base64 zu konvertieren. Unterstützt UTF-8-Text. Die gesamte Verarbeitung erfolgt lokal in Ihrem Browser.

Kopiert!

What is Base64 Encoding?

Base64 is a binary-to-text encoding scheme that represents binary data as an ASCII string. It is commonly used to embed images in HTML/CSS, transmit data in URLs, encode email attachments (MIME), and store complex data in JSON or XML.

The encoding uses 64 characters: A-Z, a-z, 0-9, +, and /, with = for padding.