Encode 안녕하세요 as UTF-8 Base64, then decode it back to the original text.
Details that matter
Format and meaning
Base64 is encoding, not encryption, and does not protect secrets.
Using it correctly
URL encoding applies to individual components, such as query values, not an entire URL.
Common pitfalls
Unicode output uses UTF-16 \uXXXX escapes. An emoji may use two code units.
Supported scope and limits
1 MB UTF-8 text
Split inputs that exceed the limit. If a format or algorithm is unsupported, choose a tool that matches your requirements instead of silently changing the format.