Free Utilities

Base64 인코더/디코더Base64 Encoder/Decoder

텍스트를 Base64로 인코딩하거나 디코딩합니다.Encode or decode text to/from Base64 format.

자주 묻는 질문Frequently Asked Questions

Base64는 언제 사용하나요?When is Base64 used?
이메일 첨부파일(MIME), HTML/CSS에 이미지 데이터 포함, JWT 토큰, API 인증 등에 사용됩니다.Base64 is used in email attachments (MIME), embedding images in HTML/CSS, JWT tokens, and API authentication.
Base64는 암호화인가요?Is Base64 encryption?
아니요, Base64는 인코딩 방식이지 암호화가 아닙니다. 누구나 쉽게 디코딩할 수 있으므로 보안이 필요한 데이터에는 사용하지 마세요.No, Base64 is encoding, not encryption. Anyone can decode it easily, so never use it for sensitive data.