Guide / 01
When to use it
Use it before sharing a URL that contains spaces or non-ASCII search terms, or to turn a percent-encoded address from a log into readable text.
DEV / 003
Safely encode or decode URLs and query-string values.
—
Guide / 01
Use it before sharing a URL that contains spaces or non-ASCII search terms, or to turn a percent-encoded address from a log into readable text.
Guide / 02
CHECK
Encode https://example.com?q=서울 역 and then decode the result. A correct round trip returns the original text while representing the space and Korean text with percent sequences.
LIMITS
Encoding follows encodeURI rules for a complete URL, so it does not escape every reserved character required for an individual query value. Encoding an already encoded value produces double encoding.
Reference
Actual output depends on your input and browser environment. Verify any value used for an important decision.
search=서울 카페search%3D%EC%84%9C%EC%9A%B8%20%EC%B9%B4%ED%8E%98FAQ
%20 is a percent-encoded space. A plus sign may represent a space in form-encoded query data, but a general URL decoder can preserve it as a literal plus sign.
No. This tool is designed to process its working data in your browser. Advertising may load separately, but your tool input is never sent with it.