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
- Paste the string or URL to encode
- Choose encode all or encode component only
- Click Encode
- 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