URL Encoder / Decoder

This tool encodes and decodes any string into URL format.



Detail on the URL encoding

All non-alphabetic information are replaced by a % followed by 2 hexadecimal characters. The spaces are encoded by signs +. The data are encoded in the same way as the media type application / x-www-form-urlencoded.

Example
Input : "This is a classic sentence encoded in an allowed URL format. / * Comment * /"
Output : %22This+is+a+classic+sentence+encoded+in+an+allowed+URL+format.+%2F+%2A+Comment+%2A+%2F%22


 FR     EN  

Copyright 2024 -   Contact us - 2024-04-20 08:50:24