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.
UP
URL Parser
Break a URL into scheme, host, path, and params
Open toolST
HTTP Status Codes
Searchable HTTP status code reference
Open toolShowing 1-2 of 7