Powered by Olark
Real Estate Web Site Design - Site Map HTML::ASCII HTML Chart - Table
HomeContactSearchSite MapMore Information
Web Content Solutions
 
 
 
Support Login
    
     SOLUTIONS    >Content    >Hosting   >eCommerce   >Off-Site Customer Support   >Consultation

HTML::ASCII HTML Chart - Table


URL-encoding

ASCII Value URL-encode ASCII Value URL-encode ASCII Value URL-encode
æ %00 0 %30 ` %60
  %01 1 %31 a %61
  %02 2 %32 b %62
  %03 3 %33 c %63
  %04 4 %34 d %64
  %05 5 %35 e %65
  %06 6 %36 f %66
  %07 7 %37 g %67
backspace %08 8 %38 h %68
tab %09 9 %39 i %69
linefeed %0a : %3a j %6a
  %0b ; %3b k %6b
  %0c < %3c l %6c
c return %0d = %3d m %6d
  %0e > %3e n %6e
  %0f ? %3f o %6f
  %10 @ %40 p %70
  %11 A %41 q %71
  %12 B %42 r %72
  %13 C %43 s %73
  %14 D %44 t %74
  %15 E %45 u %75
  %16 F %46 v %76
  %17 G %47 w %77
  %18 H %48 x %78
  %19 I %49 y %79
  %1a J %4a z %7a
  %1b K %4b { %7b
  %1c L %4c | %7c
  %1d M %4d } %7d
  %1e N %4e ~ %7e
  %1f O %4f   %7f
space %20 P %50 %80
! %21 Q %51   %81
" %22 R %52 %82
# %23 S %53 ƒ %83
$ %24 T %54 %84
% %25 U %55 %85
& %26 V %56 %86
' %27 W %57 %87
( %28 X %58 ˆ %88
) %29 Y %59 %89
* %2a Z %5a Š %8a
+ %2b [ %5b %8b
, %2c \ %5c Œ %8c
- %2d ] %5d   %8d
. %2e ^ %5e Ž %8e
/ %2f _ %5f   %8f

URL-encoding from %90 to %ff

ASCII Value URL-encode ASCII Value URL-encode ASCII Value URL-encode
  %90 À %c0 ð %f0
%91 Á %c1 ñ %f1
%92 Â %c2 ò %f2
%93 Ã %c3 ó %f3
%94 Ä %c4 ô %f4
%95 Å %c5 õ %f5
%96 Æ %c6 ö %f6
%97 Ç %c7 ÷ %f7
˜ %98 È %c8 ø %f8
%99 É %c9 ù %f9
š %9a Ê %ca ú %fa
%9b Ë %cb û %fb
œ %9c Ì %cc ü %fc
  %9d Í %cd ý %fd
ž %9e Î %ce þ %fe
Ÿ %9f Ï %cf ÿ %ff
  %a0 Ð %d0    
¡ %a1 Ñ %d1    
¢ %a2 Ò %d2    
£ %a3 Ó %d3    
  %a4 Ô %d4    
¥ %a5 Õ %d5    
| %a6 Ö %d6    
§ %a7   %d7    
¨ %a8 Ø %d8    
© %a9 Ù %d9    
ª %aa Ú %da    
« %ab Û %db    
¬ %ac Ü %dc    
¯ %ad Ý %dd    
® %ae Þ %de    
¯ %af ß %df    
° %b0 à %e0    
± %b1 á %e1    
² %b2 â %e2    
³ %b3 ã %e3    
´ %b4 ä %e4    
µ %b5 å %e5    
%b6 æ %e6    
· %b7 ç %e7    
¸ %b8 è %e8    
¹ %b9 é %e9    
º %ba ê %ea    
» %bb ë %eb    
¼ %bc ì %ec    
½ %bd í %ed    
¾ %be î %ee    
¿ %bf ï %ef    

 

7-BIT Printable ASCII Characters

Result Description Entity Number
  space
! exclamation mark !
" quotation mark "
# number sign #
$ dollar sign $
% percent sign %
& ampersand &
' apostrophe '
( left parenthesis (
) right parenthesis )
* asterisk *
+ plus sign +
, comma ,
- hyphen -
. period .
/ slash /
0 digit 0 0
1 digit 1 1
2 digit 2 2
3 digit 3 3
4 digit 4 4
5 digit 5 5
6 digit 6 6
7 digit 7 7
8 digit 8 8
9 digit 9 9
: colon :
; semicolon ;
< less-than <
= equals-to =
> greater-than >
? question mark ?
@ at sign @
A uppercase A A
B uppercase B B
C uppercase C C
D uppercase D D
E uppercase E E
F uppercase F F
G uppercase G G
H uppercase H H
I uppercase I I
J uppercase J J
K uppercase K K
L uppercase L L
M uppercase M M
N uppercase N N
O uppercase O O
P uppercase P P
Q uppercase Q Q
R uppercase R R
S uppercase S S
T uppercase T T
U uppercase U U
V uppercase V V
W uppercase W W
X uppercase X X
Y uppercase Y Y
Z uppercase Z Z
[ left square bracket [
\ backslash \
] right square bracket ]
^ caret ^
_ underscore _
` grave accent `
a lowercase a a
b lowercase b b
c lowercase c c
d lowercase d d
e lowercase e e
f lowercase f f
g lowercase g g
h lowercase h h
i lowercase i i
j lowercase j j
k lowercase k k
l lowercase l l
m lowercase m m
n lowercase n n
o lowercase o o
p lowercase p p
q lowercase q q
r lowercase r r
s lowercase s s
t lowercase t t
u lowercase u u
v lowercase v v
w lowercase w w
x lowercase x x
y lowercase y y
z lowercase z z
{ left curly brace {
| vertical bar |
} right curly brace }
~ tilde ~

7-BIT ASCII Device Control Characters

ASCII device control characters were originally designed to control hardware devices like printers and tape drives. These characters have nothing to do inside any HTML document.

Result Description Entity Number
NUL null character
SOH start of header 
STX start of text 
ETX end of text 
EOT end of transmission 
ENQ enquiry 
ACK acknowledge 
BEL bell (ring) 
BS backspace 
HT horizontal tab
LF line feed
VT vertical tab
FF form feed
CR carriage return
SO shift out 
SI shift in 
DLE data link escape 
DC1 device control 1 
DC2 device control 2 
DC3 device control 3 
DC4 device control 4 
NAK negative acknowledge 
SYN synchronize 
ETB end transmission block 
CAN cancel 
EM end of medium 
SUB substitute 
ESC escape 
FS file separator 
GS group separator 
RS record separator 
US unit separator 
DEL delete (rubout) 



 

   Dec Hex Sym    Dec Hex Char  Dec Hex Char  Dec Hex Char
   -----------    ------------  ------------  ------------
    0   0  NUL     32  20        64  40  @     96  60  `
    1   1  SOH     33  21  !     65  41  A     97  61  a    
    2   2  STX     34  22  "     66  42  B     98  62  b    
    3   3  ETX     35  23  #     67  43  C     99  63  c    
    4   4  EOT     36  24  $     68  44  D    100  64  d    
    5   5  ENQ     37  25  %     69  45  E    101  65  e    
    6   6  ACK     38  26  &     70  46  F    102  66  f    
    7   7  BEL     39  27  '     71  47  G    103  67  g    
    8   8   BS     40  28  (     72  48  H    104  68  h    
    9   9  TAB     41  29  )     73  49  I    105  69  i    
   10   A   LF     42  2A  *     74  4A  J    106  6A  j    
   11   B   VT     43  2B  +     75  4B  K    107  6B  k    
   12   C   FF     44  2C  ,     76  4C  L    108  6C  l    
   13   D   CR     45  2D  -     77  4D  M    109  6D  m    
   14   E   SO     46  2E  .     78  4E  N    110  6E  n    
   15   F   SI     47  2F  /     79  4F  O    111  6F  o    
   16  10  DLE     48  30  0     80  50  P    112  70  p    
   17  11  DC1     49  31  1     81  51  Q    113  71  q    
   18  12  DC2     50  32  2     82  52  R    114  72  r    
   19  13  DC3     51  33  3     83  53  S    115  73  s    
   20  14  DC4     52  34  4     84  54  T    116  74  t    
   21  15  NAK     53  35  5     85  55  U    117  75  u    
   22  16  SYN     54  36  6     86  56  V    118  76  v    
   23  17  ETB     55  37  7     87  57  W    119  77  w    
   24  18  CAN     56  38  8     88  58  X    120  78  x    
   25  19   EM     57  39  9     89  59  Y    121  79  y    
   26  1A  SUB     58  3A  :     90  5A  Z    122  7A  z    
   27  1B  ESC     59  3B  ;     91  5B  [    123  7B  {    
   28  1C   FS     60  3C  <     92  5C  \    124  7C  |    
   29  1D   GS     61  3D  =     93  5D  ]    125  7D  }    
   30  1E   RS     62  3E  >     94  5E  ^    126  7E  ~    
   31  1F   US     63  3F  ?     95  5F  _    127  7F  


(0.44)

..

HTML::ASCII HTML Chart - Table Related Sites

[READ MORE : HTML::ASCII HTML Chart - Table]

Real Estate Web Design Real Estate Web Design

Real Estate Web Site Design is a great place to start for Real Estate Web Design Real Estate Web Site Design is what Web Content Solutions specializes in.
If you are looking for Real Estate Web Design Real Estate, you've come to the right place.
Our Real Estate Web Design Real Estate web site design specializes in Real Estate Web Design real estate web design.
Thank you for taking the time to visit my Real Estate Web Design Real Estate web site.
Feel free to use my Real Estate Web Design real estate home search. Search Real Estate Web Design Real Estate Now!