Skip to content
TPToolPocket

URL Encoder / Decoder

Encode or decode URLs and query parameters. Supports both encodeURIComponent and encodeURI.

You might also like

URL Encoding Tool

URL encoding converts special characters into percent-encoded sequences (e.g., spaces become %20). This tool supports two modes: Component (encodeURIComponent) encodes everything for use in query parameters, while Full URL(encodeURI) preserves URL structure characters like : / ? # @.