This link has been bookmarked by 109 people . It was first bookmarked on 17 May 2008, by Nicole Ryan.
-
18 Feb 16
zsanchezmurl contructor manual tutoriales HTML CSSJ AVASCRIPT SQL PHP BOOTSTRAP
-
26 Nov 13
-
23 Dec 11
-
12 Dec 11
spanky figeroaURL Encoding Reference
-
27 Sep 11
-
19 Aug 11
-
13 Jul 11
-
29 Jun 11
-
22 Jun 11
Edith SpellerIncludes URL encoder and a reference chart. Useful for setting up WAYFless URLs to resources.
-
02 Jun 11
-
14 May 11
-
27 Apr 11
-
23 Mar 11
-
06 Feb 11
-
31 Jan 11
-
14 Dec 10
-
13 Dec 10
-
26 Nov 10
-
15 Nov 10
-
05 Nov 10
-
01 Sep 10
-
09 Aug 10
-
08 Jul 10
-
05 May 10
-
02 Apr 10
-
30 Mar 10
-
URL encoding replaces unsafe ASCII characters with "%" followed by two hexadecimal digits corresponding to the character values in the ISO-8859-1 character-set.
-
-
15 Mar 10
-
09 Mar 10
-
11 Feb 10
-
02 Feb 10
-
22 Jan 10
-
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<label>
<legend>
<li>
<link>
<map>
<menu>
<meta>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<p>
<param>
<pre>
<q>
<s>
<samp>
<script>
<select>
<small>
<span>
<strike>
<strong>
<style>
<sub>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<title>
<tr>
<tt>
<u>
<ul>
<var>
HTML URL Encoding Reference
« Previous Next Reference »
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.
<form name="input" action="html_form_submit.asp" method="get" target="_blank"> </form>Try some other input and click Submit again.
URL Encoding Functions
In JavaScript, PHP, and ASP there are functions that can be used to URL encode a string.
In JavaScript you can use the encodeURI() function. PHP has the rawurlencode() function and ASP has the Server.URLEncode() function.
Click the "URL Encode" button to see how the JavaScript function encodes the text.
<form name="changeform" action="ref_urlresult.asp" method="post" target="_blank"> </form>Note: The JavaScript function encodes space as %20.
URL Encoding Reference
ASCII Character URL-encoding space
-
-
20 Jan 10
-
19 Jan 10
-
13 Jan 10
-
16 Dec 09
-
28 Nov 09
-
20 Nov 09
-
17 Nov 09
Betsy WalkerURL encoding converts characters into a format that can be safely transmitted over the Internet.
-
20 Oct 09
-
15 Oct 09
-
21 Sep 09
-
09 Sep 09
Chris Fontenotnever used this before. normally go to albionresearch for this
-
29 Aug 09
-
25 Aug 09
Morten Brunbjerg BechURL encoding converts characters into a format that can be safely transmitted over the Internet. Enormt anvendelig, når der skal laves links til en OPAC.
-
20 Aug 09
-
17 Aug 09
dkleylaFree HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building.
-
30 Jul 09
-
21 Jul 09
-
23 Jun 09
Norbert VerSince 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 t -
06 Apr 09
-
29 Mar 09
-
17 Mar 09
-
26 Feb 09
Magnus KURL encoding converts characters into a format that can be safely transmitted over the Internet
html web programming reference development webdesign url encoding
-
25 Feb 09
-
03 Feb 09
Oscar GarciaCodificar as direcciones web (vale para pasar + de 1 parámetro en la dirección al Open Flash Chart )
-
27 Jan 09
-
24 Jan 09
-
06 Jan 09
-
01 Oct 08
-
18 Aug 08
-
14 Aug 08
-
12 Jun 08
-
06 Jun 08
Tim HoeckFree HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building.
-
09 Apr 08
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.