User Tools

Site Tools


docs:tips_n_tricks:character_code_table.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docs:tips_n_tricks:character_code_table.html [19.02.2011 17:28 CET] peterdocs:tips_n_tricks:character_code_table.html [28.10.2018 22:42 CET] (current) – [ASCII Table] peter
Line 1: Line 1:
 ====== ASCII Table ====== ====== ASCII Table ======
 +
 +If you're intersted in charsets, [[http://www.fileformat.info/|fileformat.info]] ([[http://www.fileformat.info/info/charset/ISO-8859-15/list.htm|e.g. LATIN-15]]) might be worth a look as well.
 +
 +For a special issue between Apples //OS X// and other systems, see [[docs:tips_n_tricks:max_os_x:utf-8_conversion.html|UTF-8 conversion on OS X]].
 ===== HTML Entities ===== ===== HTML Entities =====
 <HTML> <HTML>
Line 178: Line 182:
     « = 171 - 0xAB - 0253 - %10101011     « = 171 - 0xAB - 0253 - %10101011
     ¬ = 172 - 0xAC - 0254 - %10101100     ¬ = 172 - 0xAC - 0254 - %10101100
-    ­ = 173 - 0xAD - 0255 - %10101101+    &shy; = 173 - 0xAD - 0255 - %10101101 - &amp;shy;
     ® = 174 - 0xAE - 0256 - %10101110     ® = 174 - 0xAE - 0256 - %10101110
     ¯ = 175 - 0xAF - 0257 - %10101111     ¯ = 175 - 0xAF - 0257 - %10101111
Line 265: Line 269:
  
 </HTML> </HTML>
 +
 ===== UTF-8 ===== ===== UTF-8 =====
   Char    Dec   Hex   Oct      Bin      HTML      Char    Dec   Hex   Oct      Bin      HTML   
Line 441: Line 446:
      « = 171 - 0xAB - 0253 - %10101011      « = 171 - 0xAB - 0253 - %10101011
      ¬ = 172 - 0xAC - 0254 - %10101100      ¬ = 172 - 0xAC - 0254 - %10101100
-     ­ = 173 - 0xAD - 0255 - %10101101+     ­ = 173 - 0xAD - 0255 - %10101101 - &shy;
      ® = 174 - 0xAE - 0256 - %10101110      ® = 174 - 0xAE - 0256 - %10101110
      ¯ = 175 - 0xAF - 0257 - %10101111      ¯ = 175 - 0xAF - 0257 - %10101111
Line 524: Line 529:
      þ = 254 - 0xFE - 0376 - %11111110 - &thorn;      þ = 254 - 0xFE - 0376 - %11111110 - &thorn;
      ÿ = 255 - 0xFF - 0377 - %11111111 - &yuml;      ÿ = 255 - 0xFF - 0377 - %11111111 - &yuml;
- +     ⌘ = 8984 - 0x2318 -             - &#8984;
docs/tips_n_tricks/character_code_table.html.1298132910.txt.gz · Last modified: 19.02.2011 17:28 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki