Skip to content
VELNARO

URL Decoder

Paste an encoded URL or string to convert %20, %2F and similar sequences back into readable characters.

Characters

58

Decoded text

https://velnaro.com/search?q=kg to lbs&category=converters

Formula

%XX sequences are converted back to the character with that byte value.

Example

Input

kg%20to%20lbs

Result

kg to lbs

Frequently asked questions

Usually a stray % character that is not part of a valid two-digit escape sequence.

Related tools

Keep going — these tools solve the problems that usually come next.