Base64 編碼

在下方貼上文字並點擊編碼將其轉換為Base64。支援UTF-8文字。所有處理均在瀏覽器中本地完成。

已複製!

What is Base64 Encoding?

Base64 is a binary-to-text encoding scheme that represents binary data as an ASCII string. It is commonly used to embed images in HTML/CSS, transmit data in URLs, encode email attachments (MIME), and store complex data in JSON or XML.

The encoding uses 64 characters: A-Z, a-z, 0-9, +, and /, with = for padding.