Encoder/Decoder

The Encoder/Decoder tool provides a quick way to convert strings between various encoding formats.

Usage

  1. Switch to the Encoder/Decoder tab using Tab or the search palette (Ctrl+F).
  2. Select the desired Mode (Encode or Decode) and Format (Base64, Hex, or URL).
  3. Type your input into the Input field. The Result updates in real-time as you type.

Keyboard Shortcuts

  • Ctrl+M: Toggle between Encode and Decode modes.
  • Ctrl+T: Toggle between encoding formats (Base64, Hex, URL).
  • Backspace: Remove the last character from the input.
  • Any Character: Append the character to the input.

Back to Wiki | Back to README