URL Encoder/Decoder

Encode and decode URLs with support for special characters and Unicode. Essential for web development.

Input

Output

URL Encoding Reference

%
Escape character
+
Space
%20
Space (RFC 3986)
%0A
Line feed