Inline assets
Turn a logo or screenshot into a Base64 string for a text-only destination.
Documentation
Convert uploaded images into Base64 strings or data URIs with preview checks.
Overview
Use Image → Base64 when a file needs to become an embeddable string or data URI.
Turn a logo or screenshot into a Base64 string for a text-only destination.
Generate a data URI when the next step expects one copyable value.
Supported inputs
Walk through it
Workflow
Use this flow when you want a copyable encoded string or data URI.
What you get
The encoded text is ready for plain-text fields or text-based workflows.
A copy-ready data URI appears when you need the image inlined.
File type, size, and dimensions help you confirm the upload before you copy it.
Avoid these mistakes
Check the filename and preview before you copy the output.
Pick Base64 text or a data URI based on the next destination.
Glossary
This section translates the most technical labels on the page into plain language so you can interpret the output without opening another tab.
Base64 is a text encoding that turns binary file data into characters that are easier to move through text-only systems.
A data URI is an inline string that combines a file’s media type with its Base64-encoded content so it can be embedded directly.
A media type is the file type label, such as `image/png` or `image/svg+xml`, that tells the next system what kind of content it is receiving.