URL Encoder and Decoder
Encode or decode URLs and query parameter values with encodeURIComponent.
Result
Results will appear here
URL Parse
Schemehttps
Hostexample.com
Path/search
Query?q=%E5%9C%A8%E7%BA%BF%E5%B7%A5%E5%85%B7
Query Parameters
| Key | Value |
|---|---|
| q | 在线工具 |
Use Cases
- Encode query parameters
- Decode copied URL fragments
- Handle non-English URL text
How to Use
Use the workspace above to type, paste, choose, or drop content and get the result immediately. Files and text stay local in your browser by default.
FAQ
How is it different from encodeURI?
It uses encodeURIComponent, which is better for individual parameter values.
Why does decoding fail?
The input may contain an incomplete percent-encoded sequence.
Related Tools
EncodingText
Base64 Converter
Encode and decode UTF-8 text with Base64 locally.
EncodingText
QR Code
Generate QR code images from text or URLs locally in your browser.
EncodingText
HTML Entities
Convert between plain text and common HTML entities.
EncodingText
Unicode Converter
Convert Unicode escapes and normal text for multilingual strings.