Encode text or HTML to Base64 and decode Base64 strings back to readable content. Free, instant, runs in your browser.
Base64 is a binary-to-text encoding scheme that converts binary data into an ASCII string format. It is commonly used to encode data that needs to be stored or transferred over media designed to handle text, such as embedding images directly in HTML/CSS, encoding email attachments, or storing binary data in JSON.
src="data:image/png;base64,...")