{DT}DevToolkit
🔐

Base64 Encoder/Decoder

Encode text to Base64 or decode Base64 to text. Supports standard and URL-safe variants.

Input (Text)

Output (Base64)

Standard Base64: Uses characters A-Z, a-z, 0-9, +, and /. May contain = padding.

URL-Safe Base64: Uses - instead of + and _ instead of /. No padding. Safe for URLs and filenames.

How to Use

  1. Select Encode or Decode mode
  2. Choose Standard or URL-Safe Base64 variant
  3. Enter or paste your text/Base64 in the input area
  4. Click the Encode/Decode button
  5. Copy or download the result

Features

  • Encode text to Base64
  • Decode Base64 to text
  • URL-Safe Base64 support
  • Unicode text support
  • File upload support
  • Download results
  • Swap input/output
  • 100% client-side processing

Frequently Asked Questions