URL Encoder & Decoder
Instantly encode plain text to URL format or decode percent-encoded strings in real-time.
Input
Output
Input Length
0
Output Length
0
How to Use URL Encoding
URL encoding, also known as percent-encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI) under certain circumstances. It converts unsafe ASCII characters into a "%" followed by two hexadecimal digits.