URL Encoder

Paste a string and encode all unsafe characters as %XX hex sequences.

Summary

Paste a string and encode all unsafe characters as %XX hex sequences.

How it works

  1. Paste the string or URL to encode
  2. Choose encode all or encode component only
  3. Click Encode
  4. Copy the encoded output

Use cases

  • Building query string parameters from user input
  • Encoding API endpoint paths with spaces
  • Preparing redirect URLs for safe embedding

Frequently Asked Questions

Last updated: 2026-06-09 · Reviewed by Nham Vu