Base64 Encoder & Decoder
Encode text to Base64 or decode Base64 back to plain text
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
Encode any text into a Base64 string, or decode Base64 back into the original text. Unicode (UTF-8) text is handled safely, so nothing gets garbled.
How to use
- Choose encode or decode mode.
- Enter your text or Base64 string in the input box.
- The result appears instantly and is ready to copy.
FAQ
- What is Base64 used for?
- It's used to embed images and files as text, in data URIs, email attachments, and simple string obfuscation.
- Is Base64 encryption?
- No. Base64 is an encoding that anyone can reverse — it is not encryption and should never be used for security.
- Will special characters or emoji break?
- No. Everything is encoded and decoded as UTF-8, so non-Latin text and emoji stay intact.
