Encode or decode URL percent-encoded strings. Supports full URL encoding and component (query value) encoding.
Frequently Asked Questions
Encode URL preserves URL structure characters (/, ?, =, &). Encode Component encodes everything including those โ use it for values inside query parameters.
20 is the hexadecimal ASCII code for space. URL encoding always uses % followed by the two-character hex code.