← All tools Developer TOOL

URL Encoder & Decoder

Escape special characters for use inside a URL, or turn percent-encoded values back into readable text.

Encode and decode URL components

URL encoding replaces reserved or unsafe characters with percent-encoded values so they can be transported safely inside web addresses.

This tool uses component encoding, which is suitable for query values and individual path values rather than an entire assembled URL.