What does URL encoding do?
URL encoding replaces unsafe characters with %-escapes (for example, a space becomes %20).
This ensures your text is safe to use inside links and query strings.
How to use
- Paste text in the box.
- Click Encode to percent-encode it or Decode to reverse it.
- Use Copy to copy the output.