URL Encoder/Decoder
Encode and decode URLs instantly
Encoded vs Decoded
%20 (space)
%26& (ampersand)
%3D= (equals)
%3F? (question)
%23# (hash)
%2F/ (slash)
What is URL Encoder/Decoder?
URL Encoder/Decoder converts special characters in URLs to their percent-encoded form and back. Essential for working with query strings, API parameters, and any URL that contains spaces or special characters.
How to use
- Paste a URL or text string into the input field.
- Click Encode to convert special characters to percent-encoded form, or Decode to convert back.
- Copy the result to your clipboard or use the swap button to switch input/output.
Result
A developer encodes 'hello world&foo=bar' to 'hello%20world%26foo%3Dbar' for use in a query string parameter.
Related Tools
Unicode Lookup
Search Unicode by name or code
NATO Phonetic Alphabet
Convert text to NATO phonetic alphabet
Paragraph Counter
Count paragraphs in your text
Pig Latin Converter
Convert text to and from Pig Latin
Duplicate Line Remover
Remove duplicate lines from text
Acronym Generator
Generate acronyms from phrases instantly