URL Encoder/Decoder
Encode and decode URL components safely
What is URL Encoder/Decoder?
URL encoding (also known as percent-encoding) converts characters into a format that can be safely transmitted over the internet. Special characters are replaced with a percent sign followed by two hex digits. This tool encodes and decodes URL components instantly in your browser.