Base64 인코딩 / 디코딩 온라인 도구

Free 무료 · 가입 불필요 · 데이터 저장 안 함 Used by 200K+ developers
Error
PLAIN TEXT
BASE64
// output

더 많은 개발 도구

해시 생성기
MD5/SHA-256
HMAC 생성기
HMAC-SHA256
JWT 디코더
토큰 확인
URL 인코더
퍼센트 인코딩
AES 암호화
AES-256
RSA 암호화
RSA-OAEP
JSON 포매터
형식화·검증·압축
정규식
실시간 테스트

왜 이것이 최고의 Base64 인코더 & 디코더인가

텍스트를 Base64로 인코딩

Convert any plain text string to its Base64 representation instantly. Useful for embedding data in JSON, HTML, or API payloads.

Base64를 텍스트로 디코딩

Paste any Base64-encoded string and decode it back to human-readable text with one click.

UTF-8 지원

Correctly handles Unicode and UTF-8 characters including emojis, Chinese, Arabic, and other non-ASCII text.

파일 인코딩

Upload a file and encode it as Base64 — useful for embedding images or documents in data URIs or API calls.

자주 묻는 질문

Base64 인코딩이란 무엇인가요?

Base64 is an encoding scheme that converts binary or text data into a string of ASCII characters. It is commonly used in emails, JWTs, data URIs, and API authentication.

Base64는 암호화와 같은 건가요?

No. Base64 is encoding, not encryption. Anyone can decode a Base64 string without a key. Do not use it to secure sensitive data.

JWT 토큰에서 Base64가 사용되는 이유는?

JWTs use Base64url encoding (a URL-safe variant of Base64) to encode the header and payload, making them compact and safe to transmit in URLs and HTTP headers.

심층 가이드
개발자 보안 도구 가이드
해시, HMAC, AES, RSA & JWT
가이드 읽기