Command Palette

Search for a command to run...

Base64 Text Encoder/Decoder

Quickly encode plain text to Base64 format or decode it back.

Normal Text

Base64 String

Features

  • Encode standard text to Base64 securely
  • Decode Base64 back to readable text
  • No server interaction, processing happens safely in-browser

Use Cases

  • Safely transferring data through environments that only support ASCII
  • Encoding credentials for Basic Authentication
  • Decoding hidden Base64 strings discovered during debugging

How to Use

  1. Enter your text or Base64 string in the input field.
  2. Click Encode or Decode button.
  3. Copy the resulting text from the output area.