이미지를 Base64로 변환
이미지 파일을 선택하여 Base64 인코딩 문자열로 변환하세요. 데이터 URI 접두사를 전환하여 바로 사용할 수 있는 CSS/HTML 출력을 얻을 수 있습니다. 모든 처리는 브라우저에서 이루어집니다.
About Image to Base64
This tool converts images to Base64-encoded strings entirely in your browser. No data is uploaded to any server.
- Data URI: With the prefix enabled, the output is ready to use in CSS
background-imageor HTML<img src="...">. - Raw Base64: Without the prefix, you get the raw encoded string.
- Supports JPEG, PNG, GIF, WebP, SVG and other browser-supported image formats.