URL Encoder/Decoder
Encode text for URLs or decode URL-encoded strings
Encode
0 characters

URL Encoding Guide

  • Encode: Convert text to be safely used in URLs (spaces become %20, etc.)
  • Decode: Convert URL-encoded text back to readable format
  • Common uses: Query parameters, form data, API requests
  • Special characters: Space → %20, @ → %40, # → %23, & → %26
  • • Use the "Switch" button to toggle between encode and decode modes