🔗

URL Encoder / Decoder

Encode and decode URL text, query strings, and tracking links. כלי חינמי ומהיר לשימוש מיידי בלי הרשמה.

שימושים נפוצים

  • Encode query parameters for URLs
  • Decode tracking links and search URLs
  • Prepare links for SEO, ads, and analytics tools

Encode and decode URL components correctly

URLs reserve characters such as spaces, ampersands, question marks, slashes, and hash signs for structural purposes. Encoding converts unsafe characters into percent-encoded sequences so a search term, query value, redirect target, or tracking parameter can travel inside a URL without being misread. Paste the text or component, choose Encode or Decode, and copy the result into the appropriate part of your link.

Encode individual parameter values rather than repeatedly encoding an entire URL. Double encoding turns a percent sign into %25 and can produce links that look valid but fail when opened. Decoding is useful for inspecting tracking links and debugging requests, but it does not prove that a destination is trustworthy. Treat unfamiliar decoded URLs as untrusted, and never place passwords, private tokens, or personal information in query strings because URLs may be stored in browser history, logs, and analytics systems.

שאלות נפוצות

What is percent encoding?

It represents reserved or non-ASCII characters with byte values such as %20 for a space.

Should I encode the whole URL?

Usually no. Encode each query value or path component so structural separators remain intact.

הכלי עזר לך?