URL Encoder / Decoder
Percent-encode and decode URLs and query strings.
100% private Instant Free forever
About the URL Encoder / Decoder
The URL Encoder / Decoder converts text into a URL-safe form by percent-encoding special characters, and decodes encoded URLs back to readable text. Essential for building links, query parameters and API requests.
How to use the URL Encoder / Decoder
- 1Paste a URL or text.
- 2Click Encode or Decode.
- 3Copy the safe result into your link or code.
Popular use cases
- Build query strings with spaces and symbols safely.
- Decode tracking links to read their parameters.
- Prepare values for API requests.
Frequently asked questions
What characters get encoded?
Characters that are not allowed in URLs (spaces, &, ?, #, non-Latin letters, etc.) are converted to %xx sequences.
Does it encode the whole URL or just components?
It uses component encoding (encodeURIComponent), ideal for individual query values.
Related tools
Word Counter
Count words, characters, sentences and reading time in real time.
Case Converter
Convert text to UPPERCASE, lowercase, Title Case, camelCase and more.
Lorem Ipsum Generator
Generate placeholder paragraphs for mockups and designs.
Slug Generator
Turn any title into a clean, SEO-friendly URL slug.
JSON Formatter & Validator
Beautify, minify and validate JSON in your browser.
Base64 Encode / Decode
Convert text to and from Base64 with full Unicode support.