Base64 -> Image
Select Type
Name (optional)
Enter the base64 encoding to see the result!
Data Image
data:image/png;base64,base64String
CSS Code
background : url("data-image");
HTML Code
<img src="base64String">

Base64 to Image


When we use Base64 encoded Image?

We use Base64 encoding when we want to include style-sheets and images in-line on a web page. This inline-encoded data reduces the number of HTTP requests your site requires to load the page. Thus it is more efficient to include multiple style sheets and images in-line in encoded form than to include a separate page and make multiple requests.

Data URI Scheme

Data URI scheme is a URI scheme that provide us a way to inculde our encoded images, style-sheets, etc. in-line on our web pages (HTML and CSS). For using data URI files we have a well defined syntax. We have listed below the list of all components necessary for using data URI.

  1. data - It is the starting keyword for data URI files.
  2. colon (:) - data is followed by colon (:) which is followed by Media Type.
  3. Media Type - The media type can also be followed by many other parameters seperated by semicolon(;). For example here the mime type text/plain is followed by the parameter charset - text/plain;charset=UTF-8
  4. base64, - Preceeding the semicolon (;) base64, represent that data from binary format is encoded in base64.
  5. <data> - At the end we use base64 encoded data.

Features / Advantages

  1. Auto detect - You can directly enter Base64 encoded string without typing initials like media type, encoding. We will automatically detect the mime type and convert the encoding to image.
  2. Download Options - We have also provided some other mime types you can use while downloading your image. To download the image in other formats simply select one of the available mime type and click on download button.
Important FAQ's
Do we store your data through this tool?
We do not log or store your personal data from this tool. Visit our privacy policy for more information.
What is the price of this tool? Any Limits?
Like our other tools, this tool is absolutely free. You can use this tool unlimited times.
How can I support and thank your work?
You can share our tool with your friends and bookmark for your future usages.
Contribute in the Growth
If you found one of our tools useful, consider buying us a coffee. This will help us keep this site running. We promise that all the tools on Toolsoverflow will remain free forever.
BuyMeCoffee - ToolsOverflow
Donate Us
Supported payment methods:
Reviews
Be the first to review!
No one has reviewed this page yet. Be the first to review this page.
Drop your Feedback
User Response
User Response
User Response
User Response
User Response
Average Rating
(0)
Be the first to review
Please drop us your feedback
You are sharing
Base64 to Image
Report a Bug
Upload the Screenshot
Please enter a valid name