Tool Download

URLEnDeCode

URLEnDecode encodes and decodes Stings.

Tool Name:

URLEnDeCode

Tool Version: 1.0

Tool Type: Freeware

Tool Cost In: 0 US$

Tool Target Platform:

Tool OS Support: WinXP,Win7 x32,Win7 x64,Windows 8,WinVista,WinVista x64,Mac OS X

Limitations: None

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
URLEnDecode encodes and decodes Stings. When information is passed via a URL, only specific characters can be used. URL Encoding replaces reserved characters with % followed by the 2 digit hex equivalent. This is also known as percent-encoding.

Long Description 1:
URLEnDecode encodes and decodes Stings. When information is passed via a URL (uniform resource locator or more commonly web address), only specific allowed characters can be used. Other characters should be encoded to ensure they are passed accurately. URL Encoding replaces reserved (unsafe) characters with % followed by the 2 digit hex equivalent. This is also known as percent-encoding.

Long Description 2:
URLEnDecode encodes and decodes Stings. When information is passed via a URL (uniform resource locator or more commonly web address), only specific allowed characters can be used. Other characters should be encoded to ensure they are passed accurately. URL Encoding replaces reserved (unsafe) characters with % followed by the 2 digit hex equivalent. This is also known as percent-encoding. In the program selecting the String Type option will encode spaces with a +, selecting the URL Type option will encode spaces with %20.