Encode or decode URL strings for proper web use.
This tool allows you to encode or decode URLs and URL components to ensure they work properly in web applications. URL encoding converts special characters to their hexadecimal representation, preceded by a percent sign (%).
Character | URL Encoded Value |
---|---|
Space | %20 |
# | %23 |
$ | %24 |
% | %25 |
& | %26 |
+ | %2B |
/ | %2F |
? | %3F |