URL / HTML EncoderThe object of this converter is to generate fully encoded URL's. There are two modes to the converter, the first performs a HTML character encoding, giving a "safe" URL for pasting into forums, old web browsers and so on. The second URL conversion is used to programmatically generate a URL using the system character set - rather than ASCII. This is useful for creating URL's fit for publishing in any language. What is a Space Escaped URL?When you are dealing with file downloads, sometimes it isn't always convenient to conform to 8.3 and/or "web friendly" naming conventions - such as song titles. If there is a space in the song title e.g. "http://www.website.com/Ayumi Hamasaki - (miss)Understood.mp3", the file author can return the URL, however many old browsers and standards enforcing browsers will stop reading the URL at "http://www.website.com/Ayumi". The solution is either to replace all spaces with - / _ or to escape the URL into browser readable code. With the example, the URL would become: http://www.website.com/Ayumi%20Hamasaki%20-%20(miss)Understood.mp3 How to use the EncoderThere are three specific uses for this Encoder
Input Text:Output:If you would like to see something else in this utility, please get-in-touch. |