Skip to main content

Base64 Encoder/Decoder

选择模式

输入内容

Instructions

  1. Select "Encode" or "Decode" mode
  2. Enter content in the input box
  3. Click the corresponding button to convert
  4. Click "Copy" button to copy the result

Examples

Encoding Example
Input: Hello, World!
Output: SGVsbG8sIFdvcmxkIQ==

Decoding Example
Input: SGVsbG8sIFdvcmxkIQ==
Output: Hello, World!