Base64 to Image Converter - Decode Data URIs and Save the File
Paste a Base64 string or a data:image URI and get the image back. The real format is read from the decoded bytes, so the download always has the right extension. Decoding runs in your browser.
Paste a string above to decode it. Line breaks, indentation and surrounding quotes are handled for you.
What Base64 to Image Does
This tool takes the text form of an image and gives you the file back. Base64 is a transport encoding: it rewrites arbitrary bytes using only the 64 characters A-Z, a-z, 0-9, plus and slash, so that binary data can travel through places that only accept text. Wrapped in a data URI — the `data:image/png;base64,` prefix followed by the payload — it can sit directly inside an HTML attribute, a CSS url(), a JSON field or an email body. Decoding reverses that mapping exactly, so the bytes you get back are the bytes that went in, down to the EXIF block and the colour profile. Before anything is shown, the tool cleans the input: it finds the payload even when it is buried inside a full `img src="…"` tag or a `background-image: url(…)` declaration, drops the line breaks and indentation that a code formatter added, and strips wrapping quotes. It then identifies the format from the first bytes of the decoded data — the PNG signature 89 50 4E 47, the JPEG marker FF D8 FF, the GIF87a/GIF89a header, the RIFF/WEBP container, the ftyp box of AVIF, or an opening `svg` tag. The MIME type written in the prefix is only a claim: it is ordinary text that a generator can get wrong and anyone can edit, so it is displayed for reference but never used to name the download. Everything happens in the page, on your device; the string is not sent anywhere.
Why You'd Decode Base64 Back to an Image
Inlined images are convenient to ship and awkward to work with. Decoding turns the text back into a file you can open, edit, or attach.
How to Convert Base64 to an Image
Paste and look — decoding is immediate and happens entirely in the browser.
Paste the string: a full data:image/…;base64, URI, a whole CSS url() declaration or img tag, or bare Base64 with no prefix at all
Line breaks, indentation and surrounding quotes are stripped automatically, so copying straight out of formatted source is fine
Check the preview along with the detected format, pixel dimensions and decoded file size
Download the image — the extension comes from the actual bytes, so a mislabelled prefix cannot hand you a broken file
Frequently Asked Questions
더 많은 이미지 도구
이미지 편집 요구에 맞는 다른 강력한 도구를 살펴보세요
이미지 압축
크기 줄이기
크기 조절
치수 변경
이미지 자르기
영역 자르기
형식 변환
형식 변경
사진 편집기
사진 편집
이미지 회전
이미지 회전
이미지 뒤집기
수평/수직 뒤집기
워터마크 추가
워터마크
테두리 추가
이미지 테두리 추가
둥근 모서리
둥근 모서리 추가
필터
밝기/대비
얼굴 흐리게
얼굴 숨기기
모자이크
영역 흐림
배경 제거
배경 제거
이미지 향상
AI 업스케일
텍스트 추가
이미지에 텍스트 추가
콜라주
여러 이미지 결합
HTML을 이미지로
웹을 이미지로
GIF를 시퀀스로
프레임 추출
이미지 여백 제거
빈 가장자리 제거
이미지 일괄 이름 변경
파일 이름을 안전하게 한꺼번에 변경
원형 자르기
이미지를 원형으로 자르기
흑백
이미지를 흑백으로 변환
이미지 분할
이미지를 그리드로 자르기
이미지 병합
이미지를 하나로 결합
DPI 변경
이미지 DPI 메타데이터 설정
이미지를 Base64로
이미지를 Base64로 인코딩
이미지를 PDF로
이미지를 하나의 PDF로 합치기
HEIC을 JPG로 변환
아이폰 HEIC 사진을 JPG로 변환
EXIF 제거기
GPS 위치를 포함한 사진 속 숨겨진 메타데이터 확인 및 삭제
파비콘 생성기
전체 아이콘 세트와 HTML 제공
색상 팔레트
이미지에서 색상 추출하기
HEIC to PNG
Convert iPhone HEIC photos to lossless PNG
Text Behind Image
Put text behind the subject of a photo, entirely in your browser
Color Picker
Get the HEX, RGB and HSL of any pixel
Signature Maker
Draw a signature and download it as a transparent PNG
Signature Background Remover
Ink from paper, on transparency
Transparent Background Maker
Make a background transparent