URL Encoder / Decoder

Encode and decode URLs using encodeURIComponent / decodeURIComponent. Supports Chinese characters, emojis, and special symbols. Fully browser-based.

原文
URL 编码

说明: 使用 encodeURIComponent / decodeURIComponent, 会编码所有非字母数字与少量保留字符。如果你要保留 : / ? & = # 等 URL 结构字符,请使用整个 URL 而非组件级编码 (本工具是组件级)。

Developer Tools · Related Tools