URL Encode/Decode Online

Enter a URL in below textarea to encode or decode on a click



    1. Now Playing
      Up NextEncode the URL special characters using Salesforce Apex
    2. Now Playing
      Up NextMastering the Essentials: Top 10 Must-Know Keywords for Web Developers
    3. Now Playing
      Up NextTop 10 Websites that will teach you Coding | Programming | Web Development for Free in 2018-19
    4. Now Playing
      Up NextSemantic Kernels: Your AI Powered Code Translator-video
    5. Now Playing
      Up NextDescript Video and Audio Editing Tool Overview
    6. Now Playing
      Up NextHow To Make An Online Course Website Using Wordpress _ Easy!
    7. Now Playing
      Up NextHidden Features of Really Simple SSL Free WordPress Plugin That Will Make Your Website Safe & Secure
    8. Now Playing
      Up NextHow to Add a Downloadable File in WordPress Quick & Easy!
    9. Now Playing
      Up NextDeveloper Tools Best Open-Source Tools for Your Coding Skills, Databases & AI Code Editors
    10. Now Playing
      Up NextThe Ultimate Free AI Tool for Programmers Codegeex
    11. Now Playing
      Up NextVisualize downloaded Debug Log using VS Code for Salesforce
    12. Now Playing
      Up Next5000 Must Know IELTS 8.0 Vocabulary - Learn the Word 'Decoy': Boost Your IELTS Vocabulary
    13. Now Playing
      Up NextNode.js Express Project to Build Google Translator Clone to Translate Text Using EJS in Browser
    14. Now Playing
      Up NextFree Courses with Source Codes
    15. Now Playing
      Up NextNode.js Express Project to Build QRCode Generator in Browser Using EJS
    16. Now Playing
      Up NextHow To Customize, Edit & Style Up WPForms For Free In WordPress (Without Coding)_ πŸ“πŸŽ¨
    17. Now Playing
      Up NextMicrosoft Word_ Transcribe Audio For FREE!
    18. Now Playing
      Up NextNode.js Express jsPDF Convert Text File to PDF Online App in Javascript Deployed to Website 2020
    19. Now Playing
      Up NextSemantic Tags in HTML _ Sigma Web Development Course - Tutorial #11
    20. Now Playing
      Up NextLearn Web Development: A Comprehensive Guide
x

What is URL Encoding?

Some characters cannot be part of a URL (for example, the space) and some other characters have a special meaning in a URL. In HTML forms, the character = is used to separate a name from a value. The URI generic syntax uses URL encoding to deal with this problem, while HTML forms make some additional substitutions rather than applying percent encoding for all such characters.

For example, spaces in a string are either encoded with %20 or replaced with the plus sign (+). If you use a pipe character (|) as a separator, be sure to encode the pipe as %7C. A comma in a string should be encoded as %2C.

It is recommended you use your platform's normal URL building libraries to automatically encode your URLs, to ensure the URLs are properly escaped for your platform.

Source: URL Encoding

What is URL Decoding?

Process of Decoding text from URL-encoded text, using our tool to see correct URL, which was encoded in order to follow RFC standards.

Common characters that need encoding

Some common characters that must be encoded are:

Unsafe characterEncoded value
Space%20
"%22
<%3C
>%3E
#%23
%%25
|%7C

Why do we need URL Encoding

There are RFCs that define format for URLs, and browser/web server developers rely on this as a standard for interpreting data. If you don't comply, the results may be unpredictable.

Ezoic

Ezoic
x
Current Time 0:00
Duration 0:00
Remaining Time 0:00
1x
    • captions off, selected