Encode and decode URLs and URI components safely
Enter a URL or text to encode for safe URL transmission
URL-safe encoded result
Click any example to try it out
URL encoding (also called percent encoding) converts characters into a format that can be transmitted over the Internet. Special characters are replaced with a percent sign followed by two hexadecimal digits.