Browse an image to convert Base64 encoded string
Image Info
File Name | ... |
---|---|
Size | ... |
Width | ... |
Height | ... |
Type | ... |
Last Modified | ... |
Base64 Encoded String
About Image to Base64 Encoded String Converter
Image to Base64 Converter is used for converting image to base64 encoded string. We can use the base64 encoded string in <img> tag and CSS.
How to use base64 string in <img> tag?
<img src="data:image/jpeg;base64,/9j/4AAQSkZJ..."/>
How to use base64 string in css?
background-image: url("data:image/jpeg;base64,/9j/4AAQSkZJ...")
Image to Base64 Encode Image Base64 Encoder Image to Base64 Online