ToolsNesttoolsnest.app

URL encode / decode

Encode special characters for safe URL usage

Plain text / URL
Encoded output

Which mode should I use?

encodeURIComponent — encodes everything including : / ? & =. Use when encoding a query parameter value.

encodeURI — keeps URL structure intact, only encodes spaces and unsafe chars. Use when encoding a full URL.

About URL encode / decode

Free online URL encoder and decoder. Encode special characters for safe URL usage or decode encoded URLs instantly.