Base64 Encode / Decode
Encode text to Base64 or decode Base64 to text
What Is Base64 Encoding?
Base64 is an encoding scheme that converts binary data into ASCII strings. It is widely used for email attachments, image data URIs, and API tokens. This tool fully supports UTF-8, accurately encoding/decoding multilingual text including Korean.