Codificare Base64
Lipiți textul mai jos și faceți clic pe Codifică pentru a-l converti în Base64. Suportă text UTF-8. Toată procesarea are loc local în browserul dvs.
Copiat!
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.