Drop image here or click to upload
Supports JPG, PNG, GIF, WebP, SVG, ICO
이미지를 드롭하거나 클릭해서 업로드
JPG, PNG, GIF, WebP, SVG, ICO 지원
How to use
Upload an image
Drag & drop or click the upload zone to select a JPG, PNG, GIF, WebP, SVG, or ICO file.
Choose output format
Pick Raw Base64, Data URL, HTML <img> tag, or CSS background-image depending on your use case.
Review the output
The encoded string appears in the output box. Check file info to see original and Base64 sizes.
Copy and use
Click Copy to copy to clipboard, then paste directly into your HTML, CSS, or JSON file.
사용 방법
이미지 업로드
드래그 앤 드롭하거나 업로드 영역을 클릭해 JPG, PNG, GIF, WebP, SVG, ICO 파일을 선택하세요.
출력 형식 선택
Raw Base64, Data URL, HTML <img> 태그, CSS background-image 중 용도에 맞는 형식을 선택하세요.
결과 확인
인코딩된 문자열이 출력 박스에 표시됩니다. 파일 정보에서 원본 크기와 Base64 크기를 확인할 수 있습니다.
복사 및 사용
복사 버튼을 클릭해 클립보드에 복사한 뒤 HTML, CSS, JSON 파일에 바로 붙여넣으세요.
FAQ
data:image/...;base64,... string. It is useful for small icons, logos, or images that need to be bundled without a separate HTTP request. Avoid it for large images as it bloats page size.자주 묻는 질문
data:image/...;base64,... 형식의 문자열로 HTML/CSS에 직접 삽입하는 방식입니다. 별도 HTTP 요청 없이 작은 아이콘이나 로고를 번들링할 때 유용합니다. 큰 이미지에는 페이지 크기가 늘어나므로 권장하지 않습니다.