Back to Toolbox

URL Encode/Decode

Quickly percent-encode or decode URLs, handling special characters and Chinese parameters

Encoding Mode
encodeURIComponent — encodes all special characters

Input

0 characters

Output

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. 1在输入框中输入需要处理的 URL 或字符串。
  2. 2点击「编码」对特殊字符进行 %XX 转义,或点击「解码」还原。
  3. 3支持中文、空格、&、=、? 等特殊字符的正确处理。

Related Tools