Encoding
Base64 Encode
Encode plain text into Base64.
Upload any image file and get a Base64 Data URL output that can be embedded into HTML, CSS, JSON payloads, or quick prototypes.
이 도구는 구조화된 입력을 받아 서버 업로드 없이 브라우저에서 결정적인 출력을 반환합니다.
Upload any image file and get a Base64 Data URL output that can be embedded into HTML, CSS, JSON payloads, or quick prototypes.
Data URLs combine MIME type and Base64 payload into a single string, such as data:image/png;base64,.... They are useful for inline assets in prototypes, emails, and small single-file demos. This tool reads your file with the browser FileReader API and converts it locally without uploading the image to a server.
logo.png
data:image/png;base64,iVBORw0KGgoAAAANSUhEUg...
아래의 Encoding 카테고리에서 관련 유틸리티를 찾아보세요.
유용할 수 있는 엄선된 유틸리티