Skip to main content

Base64 Encoder/Decoder

Select Mode

Input Content

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!