Image to BASE64 encoding tool provides PNG to Base64, GIF to Base64, JPEG to Data64 conversions. You only need to drag the picture to the designated area to complete the operation.
data:[][;charset=][;base64],
.demoImg{ background-image: url("data:image/jpg;base64,/9j/4QMZRXhpZgAASUkqAAgAAAAL...."); }
<img width="40" height="30" src="data:image/jpg;base64,/9j/4QMZRXhpZgAASUkqAAgAAAAL...." />