HTML URL Encoding
URL encoding converts characters into a format that can be safely transmitted over the Internet.
URL - Uniform Resource Locator
Web browsers request pages from web servers by using a URL.
The URL is the address of a web page like: http://www.w3schools.com.
URL Encoding
URLs can only be sent over the Internet using the
ASCII character-set.
Since URLs often contains characters outside the ASCII set, the URL has to be converted. URL encoding converts
the URL into a valid ASCII format.
URL encoding replaces unsafe ASCII characters with
"%" followed by two hexadecimal digits corresponding to the
character values in the ISO-8859-1 character-set.
URLs cannot contain spaces. URL encoding normally replaces a space with a + sign.
Try It Yourself
If you click the "Submit" button below,
the browser will URL encode the input before it is sent to the server. A page at the
server will display the received input.
Try some other input and click Submit again.
URL Encoding Examples
| Character |
URL-encoding |
| € |
%80 |
| £ |
%A3 |
| © |
%A9 |
| ® |
%AE |
| À |
%C0 |
| Á |
%C1 |
| Â |
%C2 |
| Ã |
%C3 |
| Ä |
%C4 |
| Å |
%C5 |
For a complete reference of all URL encodings, visit our
URL Encoding Reference.

Need an easy way to get data into XML, or transform XML to another format?
MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data.
Then it transforms data instantly or auto-generates royalty-free data integration code for recurrent conversions.
New features in Version 2010!
Download a free, fully functional 30-day trial to experience the following features:
- Easy-to-use, graphical data mapping interface
- Instant data transformation
- XSLT 1.0/2.0 and XQuery code generation
- Java, C#, and C++ code generation
- Advanced data processing functions
- Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more
- Visual Studio & Eclipse integration
Download a fully-functional trial today!
|
|
|
|