Online tool to URL encode your data. Your data is safe, will not leave your browser.
About URL encoder
URL Encoder is a simple and free online tool that quickly and easily encodes your data.
Common usage of URL encoding
- When using invalid URL characters (
„ < > # % \ | ^ [ ] ` spaces
) for URLs - When using reserved URL characters (
! # $ % & ' ( ) * + , / : ; = ? @ [ ]
) for query parameters or path parameters
Examples
- Plain text:
Hello world!
URL encoded:Hello%20world%21
- Plain text:
https://devpal.co/url-encode/
URL encoded:https%3A%2F%2Fdevpal.co%2Furl-encode%2F