Skip to content

Base64 인코딩 / 디코딩

무료 Base64 인코더 및 디코더입니다. 텍스트를 Base64로 인코딩하거나 일반 텍스트로 디코딩합니다. 전체 UTF-8/유니코드 지원. 전적으로 브라우저에서 실행됩니다.

Runs in your browserUpdated Apr 26, 2026

Plain Text

Base64

자주 묻는 질문

Is Base64 encryption?

No — Base64 is encoding, not encryption. Anyone can decode it. Use it for safe transport of binary data through text channels, never for security.

Does it support Unicode?

Yes. Text is encoded as UTF-8 before Base64, so emoji and non-Latin characters round-trip correctly.

Is my input uploaded anywhere?

No. Encoding and decoding happen locally in your browser.

What's the difference between Base64 and Base64URL?

Base64URL replaces + and / with - and _ to be safe in URLs. We support both — toggle in settings.

Is the tool free?

Yes — fully free, no signup.

사람들이 다음도 검색합니다.