URL 인코더/디코더
입력
출력
URL Encoder / Decoder
URL encoding (Percent-encoding) is a mechanism for encoding information in a Uniform Resource Identifier (URI).
- Enter your URL or text in the input field.
- Click "Encode" to convert special characters to their percent-encoded counterparts.
- Click "Decode" to convert encoded characters back to their original form.
- Copy the result from the output field.
FAQ
Why encode URLs?
URLs can only contain a limited set of characters from the US-ASCII character set. Any other characters must be encoded to be valid in a URL.
What is percent-encoding?
It is a mechanism to encode 8-bit characters as a sequence of three characters: a percent sign "%" followed by two hexadecimal digits.