Encode or decode URLs and query strings online for free.
URL encoding (also called percent-encoding) converts special characters in a URL into a format that can be safely transmitted over the internet. Characters like spaces, ampersands, and Chinese characters are replaced with a "%" followed by their hexadecimal value. Use Encode to make a string URL-safe, or Decode to convert it back to readable text. All processing is done locally in your browser.