URL Encode/Decode
Quickly percent-encode or decode URLs, handling special characters and Chinese parameters
Encoding ModeencodeURIComponent — encodes all special characters
Input
0 charactersOutput
Introduction
Online URL encode/decode tool. Supports URL string encoding (encodeURIComponent) and decoding (decodeURIComponent). Ideal for handling special characters and Chinese parameters in URLs.
Usage
- 1在输入框中输入需要处理的 URL 或字符串。
- 2点击「编码」对特殊字符进行 %XX 转义,或点击「解码」还原。
- 3支持中文、空格、&、=、? 等特殊字符的正确处理。