Base64 인코딩/디코딩
Encode text to Base64 or decode Base64 to text online, free. Unicode-safe and 100% client-side, your data never leaves your browser.
사용 방법 Base64 인코딩/디코딩
- Enter text (to encode) or a Base64 string (to decode).
- Click "Encode" or "Decode".
- Copy the result.
자주 묻는 질문
Is it Unicode-safe?
Yes, emojis and accented characters are encoded and decoded correctly using UTF-8.
Is Base64 encryption?
No. Base64 is an encoding, not encryption, it is easily reversible and provides no security.