UE

URL Encoder / Decoder

Encode or decode URL components using encodeURIComponent / decodeURIComponent

About URL Encoding

  • encodeURIComponent — encodes all characters except: A–Z a–z 0–9 - _ . ! ~ * ' ( )
  • decodeURIComponent — decodes a percent-encoded string back to its original form
  • Use encoding when embedding URLs inside other URLs, query parameters, or form data
More to explore

Related Network & API

Browse all tools from the same category.

Showing 1-2 of 7