URL Encode / Decode
Encode or decode URL text with encodeURIComponent behavior for params, Chinese text, and special characters.
Encode or decode URL text with encodeURIComponent behavior for params, Chinese text, and special characters.
Type or paste content directly. Processing stays in the browser whenever possible.
Process some input and the result will appear here.
Enter a URL parameter string or raw text.
Choose encode or decode mode.
Copy the result or swap direction to reverse it.
Prepare or inspect query-string parameters.
Fix or inspect encoded links with non-English text.
Verify encodeURIComponent behavior in the browser.
It follows encodeURIComponent semantics, which are better for values and params.
Yes. Invalid escape sequences produce a clear error.
Yes. It works well with auto-processing for lightweight conversions.