URL Encoder/Decoder

Encode and decode URLs for web development

URL Encoder/Decoder

Encode and decode URLs for web development

Characters: 0
Characters: 0 |

📚 Common Examples:

📖 URL Encoding Reference

Common Encodings:
Space%20 or +
!%21
#%23
&%26
=%3D
Reserved Characters:
Reserved: : / ? # [ ] @ ! $ & ' ( ) * + , ; =
Unreserved: A-Z a-z 0-9 - _ . ~

Features

  • Bi-directional URL encoding/decoding
  • Component and full URL encoding
  • Real-time conversion
  • Common encoding examples

How to Use

  1. 1. Choose encode or decode mode
  2. 2. Enter or paste your URL/text
  3. 3. See the encoded/decoded result instantly
  4. 4. Copy the result or swap input/output