URL encode · breakdown
Encode · decode · break out parameters · remove trackers
URL 인코딩 · 분해
한글이 깨진 주소를 되돌리고, 쿼리 파라미터를 펼쳐 보고, 추적 파라미터를 지웁니다
주소를 넣으면 조각으로 펼쳐 보여줍니다.
Turns percent-mangled addresses back into readable text, encodes them again, and lays out query parameters one by one. You can also strip only the ad-tracking parameters.
How to use it
- Paste the URL
- Decode or encode it
- Check the parameters below
- Remove tracking parameters, then copy
Common questions
- Why do things like %EC appear in a URL?
- A URL may only carry Latin letters, digits and a few symbols, so anything else — non-Latin letters, spaces — is rewritten in a fixed way. That rewriting is what %EC looks like.
- Is it safe to remove tracking parameters?
- Yes. Values like utm_source and fbclid exist to record where you clicked from, and the link goes to the same page without them. Stripping them makes a shared link tidier.
- Does it work on text that is not a URL?
- Encoding and decoding do. Splitting into parameters only works on a complete address starting with http://.
Other tools
Stays on your device What you enter is handled inside your browser only — nothing is stored or sent anywhere.
This tool page states where what you enter goes — see the badge above. All tools · KarmoLab · Who made this · Built with AI. View source