Encode and decode Base64 strings and files
Loading tool…
Base64 is an encoding scheme that converts binary data into a text string using 64 printable ASCII characters. It is commonly used to embed images in HTML/CSS, encode email attachments, and pass data in URLs or JSON.