Monday 28 April, 2008

HTML - ASCII and ESCAPE Code LIST

HTML Codes - Extended ASCll Decimal and Hexadecimal Code Table

 
 Char  Dec        Hex     Char  Dec        Hex     Char  Dec        Hex     Char  Dec        Hex   
NULL � %00 @ @ %40 &#128 %80 À à %C0
SOH  %01 A A %41  %81 Á Á %C1
STX  %02 B B %42 ‚ %82 Â Â %C2
ETX  %03 C C %43 ƒ ƒ %83 Ã Ã %C3
EOT  %04 D D %44 „ %84 Ä Ä %C4
ENQ  %05 E E %45 … %85 Å Å %C5
ACK  %06 F F %46 † %86 Æ Æ %C6
BEL  %07 G G %47 ‡ %87 Ç Ç %C7
BS  %08 H H %48 ˆ ˆ %88 È È %C8
TAB 	 %09 I I %49 ‰ %89 É É %C9
LF 
 %0A J J %4A Š Š %8A Ê Ê %CA
VT  %0B K K %4B ‹ %8B Ë Ë %CB
FF  %0C L L %4C Œ Œ %8C Ì Ì %CC
CR 
 %0D M M %4D  %8D Í Í %CD
SO  %0E N N %4E Ž Ž %8E Î Î %CE
SI  %0F O O %4F  %8F ± Ï %CF
DLE  %10 P P %50  %90 Ð Ð %D0
DC1  %11 Q Q %51 ' ‘ %91 Ñ Ñ %D1
DC2  %12 R R %52 ' ’ %92 Ò Ò %D2
DC3  %13 S S %53 " “ %93 Ó Ó %D3
DC4  %14 T T %54 " ” %94 Ô Ô %D4
NAK  %15 U U %55 • %95 Õ Õ %D5
SYN  %16 V V %56 – %96 Ö Ö %D6
ETB  %17 W W %57 — %97 × × %D7
CAN  %18 X X %58 ˜ ˜ %98 Ø Ø %D8
EM  %19 Y Y %59 ™ %99 Ù Ù %D9
SUB  %1A Z Z %5A š š %9A Ú Ú %DA
ESC  %1B [ [ %5B › %9B Û Û %DB
FS  %1C \ \ %5C œ œ %9C Ü Ü %DC
GS  %1D ] ] %5D  %9D Ý Ý %DD
RS  %1E ^ ^ %5E ž ž %9E Þ Þ %DE
US  %1F _ _ %5F Ÿ Ÿ %9F ß ß %DF
    %20 ` ` %60
  %A0 à à %E0
! ! %21 a a %61 ¡ ¡ %A1 á á %E1
" " %22 b b %62 ¢ ¢ %A2 â â %E2
# # %23 c c %63 £ £ %A3 ã ã %E3
$ $ %24 d d %64 ¤ ¤ %A4 ä ä %E4
% % %25 e e %65 ¥ ¥ %A5 å å %E5
& & %26 f f %66 ¦ ¦ %A6 æ æ %E6
' ' %27 g g %67 § § %A7 ç ç %E7
( ( %28 h h %68 ¨ ¨ %A8 è è %E8
) ) %29 i i %69 © © %A9 é é %E9
* * %2A j j %6A ª ª %AA ê ê %EA
+ + %2B k k %6B « « %AB ë ë %EB
, , %2C l l %6C ¬ ¬ %AC ì ì %EC
- - %2D m m %6D ­ ­ %AD í í %ED
. . %2E n n %6E ® ® %AE î î %EE
⁄ %2F o o %6F ¯ ¯ %AF ï ï %EF
0 0 %30 p p %70 ° ° %B0 ð ð %F0
1 1 %31 q q %71 ± ± %B1 ñ ñ %F1
2 2 %32 r r %72 ² ² %B2 ò ò %F2
3 3 %33 s s %73 ³ ³ %B3 ó ó %F3
4 4 %34 t t %74 ´ ´ %B4 ô ô %F4
5 5 %35 u u %75 µ µ %B5 õ õ %F5
6 6 %36 v v %76 ¶ %B6 ö ö %F6
7 7 %37 w w %77 · · %B7 ± ÷ %F7
8 8 %38 x x %78 ¸ ¸ %B8 ø ø %F8
9 9 %39 y y %79 ¹ ¹ %B9 ù ù %F9
: : %3A z z %7A º º %BA ú ú %FA
; &#59; %3B { { %7B » » %BB û û %FB
< &lt; %3C | &#124; %7C ¼ &frac14; %BC ü &uuml; %FC
= &#61; %3D } &#125; %7D ½ &frac12; %BD ý &yacute; %FD
> &gt; %3E ~ &#126; %7E ¾ &frac34; %BE þ &thorn; %FE
? &#63; %3F  &#127; %7F ¿ &iquest; %BF Ÿ &yuml; %FF
Top of Page

HTTP Status Codes

The following are the constants and corresponding values for the HTTP status codes returned by servers on the Internet.
 
HTTP Status Codes (100s, Intermediate Status)
 
Continue (100)
 The request can be continued.
 
Switching Protocols (101)
 The server has switched protocols in an upgrade header.
 
 
HTTP Status Codes (200s, Successful Response)
 
Ok (200)
 The request completed successfully.
 
Created (201)
 The request has been fulfilled and resulted in the creation of a new resource.
 
Accepted (202)
 The request has been accepted for processing, but the processing has not been completed.
 
Non-Authoritative Information (203)
 The returned meta information in the entity-header is not the definitive set available from the origin server.
 
No Content (204)
 The server has fulfilled the request, but there is no new information to send back.
 
Reset Content (205)
 The request has been completed, and the client program should reset the document view that caused the request to be sent to allow the user to easily initiate another input action.
 
Partial Content (206)
 The server has fulfilled the partial GET request for the resource.
 
 
 
HTTP Status Codes (300s, Redirects)
 
Ambiguous (300)
 The server couldn't decide what to return.
 
Moved Permanently (301)
 The requested resource has been assigned to a new permanent URI (Uniform Resource Identifier), and any future references to this resource should be done using one of the returned URIs.
 
Moved Temporarily (302)
 The requested resource resides temporarily under a different URI (Uniform Resource Identifier).
 
Redirect Method (303)
 The response to the request can be found under a different URI (Uniform Resource Identifier) and should be retrieved using a GET HTTP verb on that resource.
 
Not Modified (304)
 The requested resource has not been modified.
 
Use Proxy (305)
 The requested resource must be accessed through the proxy given by the location field.
 
Redirect Keep Verb (307)
 The redirected request keeps the same HTTP verb. HTTP/1.1 behavior.
 
 
HTTP Status Codes (400s, Request Errors)
 
Bad Request (400)
 The request could not be processed by the server due to invalid syntax.
 
Unauthorized (401)
 The requested resource requires user authentication.
 
Payment Required (402)
 Not currently implemented in the HTTP protocol.
 
Forbidden (403)
 The server understood the request, but is refusing to fulfill it.
 
NotFound (404)
 The server has not found anything matching the requested URI (Uniform Resource Identifier).
 
Bad Method (405)
 The HTTP verb used is not allowed.
 
None Acceptable (406)
 No responses acceptable to the client were found.
 
Proxy Authentication Required (407)
 Proxy authentication required.
 
Request Time-out (408)
 The server timed out waiting for the request.
 
Conflict (409)
 The request could not be completed due to a conflict with the current state of the resource. The user should resubmit with more information.
 
Gone (410)
 The requested resource is no longer available at the server, and no forwarding address is known.
 
Length Required (411)
 The server refuses to accept the request without a defined content length.
 
Precondition Failed (412)
 The precondition given in one or more of the request header fields evaluated to false when it was tested on the server.
 
Request Entity Too Large (413)
 The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
 
Request-URI Too Large (414)
 The server is refusing to service the request because the request URI (Uniform Resource Identifier) is longer than the server is willing to interpret.
 
Unsupported Media Type (415)
 The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
 
Requested Range Not Satisfiable (416)
 The server could not process the client's partial GET reques.t
 
Expectation Failed (417)
 The sever
 
Retry With (449)
 The request should be retried after doing the appropriate action.
 
 
HTTP Status Codes (500s, Server Errors)
 
Internal Server Error (500)
 The server encountered an unexpected condition that prevented it from fulfilling the request.
 
Not Supported (501)
 The server does not support the functionality required to fulfill the request.
 
Bad Gateway (502)
 The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
 
Service Unavailable (503)
 The service is temporarily overloaded.
 
Gateway Time-out (504)
 The request was timed out waiting for a gateway.
 
HTTP Version not supported (505)
 The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.

Hits4Pay