Herramientas de Accesibilidad

Skip to main content

Códigos ASCII, HTML

co

Para obtener con el teclado el caracter correspondiente pulsar ALT+COD.DEC

BinarioDecHexRep.
0010 0000 32 20 ' '
0010 0001 33 21 !
0010 0010 34 22 "
0010 0011 35 23 #
0010 0100 36 24 $
0010 0101 37 25 %
0010 0110 38 26 &
0010 0111 39 27 '
0010 1000 40 28 (
0010 1001 41 29 )
0010 1010 42 2A *
0010 1011 43 2B +
0010 1100 44 2C ,
0010 1101 45 2D -
0010 1110 46 2E .
0010 1111 47 2F /
0011 0000 48 30 0
0011 0001 49 31 1
0011 0010 50 32 2
0011 0011 51 33 3
0011 0100 52 34 4
0011 0101 53 35 5
0011 0110 54 36 6
0011 0111 55 37 7
0011 1000 56 38 8
0011 1001 57 39 9
0011 1010 58 3A :
0011 1011 59 3B ;
0011 1100 60 3C <
0011 1101 61 3D =
0011 1110 62 3E >
0011 1111 63 3F ?
BinarioDecHexRep.
0100 0000 64 40 @
0100 0001 65 41 A
0100 0010 66 42 B
0100 0011 67 43 C
0100 0100 68 44 D
0100 0101 69 45 E
0100 0110 70 46 F
0100 0111 71 47 G
0100 1000 72 48 H
0100 1001 73 49 I
0100 1010 74 4A J
0100 1011 75 4B K
0100 1100 76 4C L
0100 1101 77 4D M
0100 1110 78 4E N
0100 1111 79 4F O
0101 0000 80 50 P
0101 0001 81 51 Q
0101 0010 82 52 R
0101 0011 83 53 S
0101 0100 84 54 T
0101 0101 85 55 U
0101 0110 86 56 V
0101 0111 87 57 W
0101 1000 88 58 X
0101 1001 89 59 Y
0101 1010 90 5A Z
0101 1011 91 5B [
0101 1100 92 5C \
0101 1101 93 5D ]
0101 1110 94 5E ^
0101 1111 95 5F _
BinarioDecHexRep.
0110 0000 96 60 `
0110 0001 97 61 a
0110 0010 98 62 b
0110 0011 99 63 c
0110 0100 100 64 d
0110 0101 101 65 e
0110 0110 102 66 f
0110 0111 103 67 g
0110 1000 104 68 h
0110 1001 105 69 i
0110 1010 106 6A j
0110 1011 107 6B k
0110 1100 108 6C l
0110 1101 109 6D m
0110 1110 110 6E n
0110 1111 111 6F o
0111 0000 112 70 p
0111 0001 113 71 q
0111 0010 114 72 r
0111 0011 115 73 s
0111 0100 116 74 t
0111 0101 117 75 u
0111 0110 118 76 v
0111 0111 119 77 w
0111 1000 120 78 x
0111 1001 121 79 y
0111 1010 122 7A z
0111 1011 123 7B {
0111 1100 124 7C |
0111 1101 125 7D }
0111 1110 126 7E ~

 

Tablas ASCII em Imagen

 

Tabla ASCII

Ingresar "Decimal" manteniendo presionada la tecla [Alt]
(los caracteres aparecen solo después de levantar de la tecla [Alt])

	Decimal   Octal   Hex   Binary    Character
	-------   -----   ---  --------   ---------
	  000     000    00   00000000      NUL    (Null char.)
	  001     001    01   00000001      SOH    (Start of Header)
	  002     002    02   00000010      STX    (Start of Text)
	  003     003    03   00000011      ETX    (End of Text)
	  004     004    04   00000100      EOT    (End of Transmission)
	  005     005    05   00000101      ENQ    (Enquiry)
	  006     006    06   00000110      ACK    (Acknowledgment)
	  007     007    07   00000111      BEL    (Bell)
	  008     010    08   00001000       BS    (Backspace)
	  009     011    09   00001001       HT    (Horizontal Tab)
	  010     012    0A   00001010       LF    (Line Feed)
	  011     013    0B   00001011       VT    (Vertical Tab)
	  012     014    0C   00001100       FF    (Form Feed)
	  013     015    0D   00001101       CR    (Carriage Return)
	  014     016    0E   00001110       SO    (Shift Out)
	  015     017    0F   00001111       SI    (Shift In)
	  016     020    10   00010000      DLE    (Data Link Escape)
	  017     021    11   00010001      DC1    (XON)(Device Control 1)
	  018     022    12   00010010      DC2    (Device Control 2)
	  019     023    13   00010011      DC3    (XOFF)(Device Control 3)
	  020     024    14   00010100      DC4    (Device Control 4)
	  021     025    15   00010101      NAK    (Negative Acknowledgement)
	  022     026    16   00010110      SYN    (Synchronous Idle)
	  023     027    17   00010111      ETB    (End of Trans. Block)
	  024     030    18   00011000      CAN    (Cancel)
	  025     031    19   00011001       EM    (End of Medium)
	  026     032    1A   00011010      SUB    (Substitute)
	  027     033    1B   00011011      ESC    (Escape)
	  028     034    1C   00011100       FS    (File Separator)
	  029     035    1D   00011101       GS    (Group Separator)
	  030     036    1E   00011110       RS    (Request to Send)(Record Separator)
	  031     037    1F   00011111       US    (Unit Separator)
	  032     040    20   00100000       SP    (Space)
	  033     041    21   00100001        !    (exclamation mark)
	  034     042    22   00100010        "    (double quote)
	  035     043    23   00100011        #    (number sign)
	  036     044    24   00100100        $    (dollar sign)
	  037     045    25   00100101        %    (percent)
	  038     046    26   00100110        &    (ampersand)
	  039     047    27   00100111        '    (single quote)
	  040     050    28   00101000        (    (left opening parenthesis)
	  041     051    29   00101001        )    (right closing parenthesis)
	  042     052    2A   00101010        *    (asterisk)
	  043     053    2B   00101011        +    (plus)
	  044     054    2C   00101100        ,    (comma)
	  045     055    2D   00101101        -    (minus or dash)
	  046     056    2E   00101110        .    (dot)
	  047     057    2F   00101111        /    (forward slash)
	  048     060    30   00110000        0
	  049     061    31   00110001        1
	  050     062    32   00110010        2
	  051     063    33   00110011        3
	  052     064    34   00110100        4
	  053     065    35   00110101        5
	  054     066    36   00110110        6
	  055     067    37   00110111        7
	  056     070    38   00111000        8
	  057     071    39   00111001        9
	  058     072    3A   00111010        :    (colon)
	  059     073    3B   00111011        ;    (semi-colon)
	  060     074    3C   00111100        <    (less than sign)
	  061     075    3D   00111101        =    (equal sign)
	  062     076    3E   00111110        >    (greater than sign)
	  063     077    3F   00111111        ?    (question mark)
	  064     100    40   01000000        @    (AT symbol)
	  065     101    41   01000001        A
	  066     102    42   01000010        B
	  067     103    43   01000011        C
	  068     104    44   01000100        D
	  069     105    45   01000101        E
	  070     106    46   01000110        F
	  071     107    47   01000111        G
	  072     110    48   01001000        H
	  073     111    49   01001001        I
	  074     112    4A   01001010        J
	  075     113    4B   01001011        K
	  076     114    4C   01001100        L
	  077     115    4D   01001101        M
	  078     116    4E   01001110        N
	  079     117    4F   01001111        O
	  080     120    50   01010000        P
	  081     121    51   01010001        Q
	  082     122    52   01010010        R
	  083     123    53   01010011        S
	  084     124    54   01010100        T
	  085     125    55   01010101        U
	  086     126    56   01010110        V
	  087     127    57   01010111        W
	  088     130    58   01011000        X
	  089     131    59   01011001        Y
	  090     132    5A   01011010        Z
	  091     133    5B   01011011        [    (left opening bracket)
	  092     134    5C   01011100        \    (back slash)
	  093     135    5D   01011101        ]    (right closing bracket)
	  094     136    5E   01011110        ^    (caret cirumflex)
	  095     137    5F   01011111        _    (underscore)
	  096     140    60   01100000        `
	  097     141    61   01100001        a
	  098     142    62   01100010        b
	  099     143    63   01100011        c
	  100     144    64   01100100        d
	  101     145    65   01100101        e
	  102     146    66   01100110        f
	  103     147    67   01100111        g
	  104     150    68   01101000        h
	  105     151    69   01101001        i
	  106     152    6A   01101010        j
	  107     153    6B   01101011        k
	  108     154    6C   01101100        l
	  109     155    6D   01101101        m
	  110     156    6E   01101110        n
	  111     157    6F   01101111        o
	  112     160    70   01110000        p
	  113     161    71   01110001        q
	  114     162    72   01110010        r
	  115     163    73   01110011        s
	  116     164    74   01110100        t
	  117     165    75   01110101        u
	  118     166    76   01110110        v
	  119     167    77   01110111        w
	  120     170    78   01111000        x
	  121     171    79   01111001        y
	  122     172    7A   01111010        z
	  123     173    7B   01111011        {    (left opening brace)
	  124     174    7C   01111100        |    (vertical bar)
	  125     175    7D   01111101        }    (right closing brace)
	  126     176    7E   01111110        ~    (tilde)
	  127     177    7F   01111111       DEL   (delete)

	  128                                 Ç
	  129                                 ü
	  130                                 é
	  131                                 â
	  132                                 ä
	  133                                 à
	  134                                 å
	  135                                 ç
	  136                                 ê
	  137                                 ë
	  138                                 è
	  139                                 ï
	  140                                 î
	  141                                 ì
	  142                                 Ä
	  143                                 Å
	  144                                 É
	  145                                 æ
	  146                                 Æ
	  147                                 ô
	  148                                 ö
	  149                                 ò
	  150                                 û
	  151                                 ù
	  152                                 ÿ
	  153                                 Ö
	  154                                 Ü
	  155                                 ø
	  156                                 £
	  157                                 Ø
	  158                                 ×
	  159                                 ƒ
	  160                                 á
	  161                                 í
	  162                                 ó
	  163                                 ú
	  164                                 ñ
	  165                                 Ñ
	  166                                 ª
	  167                                 º
	  168                                 ¿
	  169                                 ®
	  170                                 ¬
	  171                                 ½
	  172                                 ¼
	  173                                 ¡
	  174                                 «
	  175                                 »
	  176                                 ░
	  177                                 ▒
	  178                                 ▓
	  179                                 │
	  180                                 ┤
	  181                                 Á
	  182                                 Â
	  183                                 À
	  184                                 ©
	  185                                 ╣
	  186                                 ║
	  187                                 ╗
	  188                                 ╝
	  189                                 ¢
	  190                                 ¥
	  191                                 ┐
	  192                                 └
	  193                                 ┴
	  194                                 ┬
	  195                                 ├
	  196                                 ─
	  197                                 ┼
	  198                                 ã
	  199                                 Ã
	  200                                 ╚
	  201                                 ╔
	  202                                 ╩
	  203                                 ╦
	  204                                 ╠
	  205                                 ═
	  206                                 ╬
	  207                                 ¤
	  208                                 ð
	  209                                 Ð
	  210                                 Ê
	  211                                 Ë
	  212                                 È
	  213                                 ı
	  214                                 Í
	  215                                 Î
	  216                                 Ï
	  217                                 ┘
	  218                                 ┌
	  219                                 █
	  220                                 ▄
	  221                                 ¦
	  222                                 Ì
	  223                                 ▀
	  224                                 Ó
	  225                                 ß
	  226                                 Ô
	  227                                 Ò
	  228                                 õ
	  229                                 Õ
	  230                                 µ
	  231                                 þ
	  232                                 Þ
	  233                                 Ú
	  234                                 Û
	  235                                 Ù
	  236                                 ý
	  237                                 Ý
	  238                                 ¯
	  239                                 ´
	  241                                 ±
	  242                                 ‗
	  243                                 ¾
	  244                                 ¶
	  245                                 §
	  246                                 ÷
	  247                                 ¸
	  248                                 °
	  249                                 ¨
	  250                                 ·
	  251                                 ¹
	  252                                 ³
	  253                                 ²
	  254                                 ■
	  257                                 ☺
	  258                                 ☻
	  259                                 ♥
	  260                                 ♦
	  271                                 ☼
	  272                                 ►
	  273                                 ◄
	  274                                 ↕
	  275                                 ‼
	  276                                 ¶
	  277                                 §
	  278                                 ▬
	  279                                 ↨
	  280                                 ↑
	  281                                 ↓
	  282                                 →
	  283                                 ←
	  284                                 ∟
	  285                                 ↔
	  286                                 ▲
	  287                                 ▼
	  288                                  
	  289                                 !
	  290                                 ""
	  291                                 #
	  292                                 $
	  293                                 %
	  294                                 &
	  295                                 ''
	  296                                 ()
	  297                                 )
	  298                                 *
	  299                                 +
	  0133                                 …
	  0134                                 †
	  0135                                 ‡
	  0137                                 ‰
	  0138                                 Š
	  0139                                 ‹
	  0140                                 Œ
	  0141                                 <0x8d>
	  0149                                 •
	  0150                                 –
	  0151                                 —
	  0153                                 ™
	  0154                                 š
	  0155                                 ›
	  0156                                 œ
	  0159                                 Ÿ
	  0162                                 ¢
	  0169                                 ©
	  0170                                 ª
	  0171                                 «
	  0174                                 ®
	  0175                                 ¯
	  0176                                 °
	  0177                                 ±
	  0178                                 ²
	  0179                                 ³
	  0183                                 ·
	  0184                                 ¸
	  0185                                 ¹
	  0186                                 º
	  0187                                 »
	  0188                                 ¼
	  0189                                 ½
	  0190                                 ¾
	  0192                                 À
	  0194                                 Â
	  0195                                 Ã
	  0197                                 Å
	  0198                                 Æ
	  0200                                 È
	  0201                                 É
	  0202                                 Ê
	  0203                                 Ë
	  0204                                 Ì
	  0206                                 Î
	  0207                                 Ï
	  0208                                 Ð
	  0209                                 Ñ
	  0210                                 Ò
	  0212                                 Ô
	  0214                                 Ö
	  0216                                 Ø
	  0217                                 Ù
	  0218                                 Ú
	  0219                                 Û
	  0220                                 Ü
	  0221                                 Ý
	  0222                                 Þ
	  0223                                 ß
	  0224                                 à
	  0225                                 á
	  0227                                 ã
	  0231                                 ç
	  0232                                 è
	  0234                                 ê
	  0237                                 í
	  0240                                 ð
	  0241                                 ñ
	  0242                                 ò
	  0243                                 ó
	  0244                                 ô
	  0245                                 õ
	  0246                                 ö
	  0247                                 ÷
	  0248                                 ø
	  0249                                 ù
	  0250                                 ú
	  0251                                 û
	  0252                                 ü
	  0253                                 ý
	  0254                                 þ
	  0255                                 ÿ

 

Conjunto de caracteres ASCII - ISO 8859-1 (Latin-1) - Europa occidental

Table de conversión

Hex. Num. Equivalent Browser character Char. Entity Reference Description
20 &#32;     Space
21 &#33; !   Exclamation mark
22 &#34; " &quot; Double quote
23 &#35; #   Hash; 'pound sign'
24 &#36; $   Dollar sign
25 &#37; %   Percent sign
26 &#38; & &amp; Ampersand
27 &#39; '   Apostrophe
28 &#40; (   Open bracket
29 &#41; )   Close bracket
2A &#42; *   Asterix
2B &#43; +   Plus sign
2C &#44; ,   Comma
2D &#45; -   Minus sign
2E &#46; .   Fullstop; period
2F &#47; /   Slash; forward slash
30 &#48; 0    
31 &#49; 1    
32 &#50; 2    
33 &#51; 3    
34 &#52; 4    
35 &#53; 5    
36 &#54; 6    
37 &#55; 7    
38 &#56; 8    
39 &#57; 9    
3A &#58; :   Colon
3B &#59; ;   Semi-colon
3C &#60; < &lt; Less-than sign
3D &#61; =   Equals
3E &#62; > &gt; Greater-than sign
3F &#63; ?   Question mark
40 &#64; @   At sign; commercial at
41 &#65; A    
42 &#66; B    
43 &#67; C    
44 &#68; D    
45 &#69; E    
46 &#70; F    
47 &#71; G    
48 &#72; H    
49 &#73; I    
4A &#74; J    
4B &#75; K    
4C &#76; L    
4D &#77; M    
4E &#78; N    
4F &#79; O    
50 &#80; P    
51 &#81; Q    
52 &#82; R    
53 &#83; S    
54 &#84; T    
55 &#85; U    
56 &#86; V    
57 &#87; W    
58 &#88; X    
59 &#89; Y    
5A &#90; Z    
5B &#91; [   Open square bracket
5C &#92; \   Backslash
5D &#93; ]   Close square bracket
5E &#94; ^   Caret
5F &#95; _   Underscore
60 &#96; `   Grave accent
61 &#97; a    
62 &#98; b    
63 &#99; c    
64 &#100; d    
65 &#101; e    
66 &#102; f    
67 &#103; g    
68 &#104; h    
69 &#105; i    
6A &#106; j    
6B &#107; k    
6C &#108; l    
6D &#109; m    
6E &#110; n    
6F &#111; o    
70 &#112; p    
71 &#113; q    
72 &#114; r    
73 &#115; s    
74 &#116; t    
75 &#117; u    
76 &#118; v    
77 &#119; w    
78 &#120; x    
79 &#121; y    
7A &#122; z    
7B &#123; {   Left brace; left curly bracket
7C &#124; |   Vertical bar
7D &#125; }   Right brace; right curly bracket
7E &#126; ~   Tilde
7F-9F 127-159      
A0 &#160;   &nbsp; Non-breaking space
A1 &#161; ¡ &iexcl; Inverted exclamation mark
A2 &#162; ¢ &cent; Cent sign
A3 &#163; £ &pound; Pound sign
A4 &#164; ¤ &curren; Currency sign
A5 &#165; ¥ &yen; Yen sign; yuan sign
A6 &#166; ¦ &brvbar; Broken bar; broken vertical bar
A7 &#167; § &sect; Section sign
A8 &#168; ¨ &uml; Diaeresis; spacing diaeresis
A9 &#169; © &copy; Copyright sign
AA &#170; ª &ordf; Feminine ordinal indicator
AB &#171; « &laquo; Left-pointing double angle quotation mark; left pointing guillemet
AC &#172; ¬ &not; Not sign
AD &#173; ­ &shy; Soft hyphen; discretionary hyphen
AE &#174; ® &reg; Registered sign; registered trade mark sign
AF &#175; ¯ &macr; Macron; spacing macron; overline; APL overbar
B0 &#176; ° &deg; Degree sign
B1 &#177; ± &plusmn; Plus-minus sign; plus-or-minus sign
B2 &#178; ² &sup2; Superscript two; superscript digit two; squared
B3 &#179; ³ &sup3; Superscript three; superscript digit three; cubed
B4 &#180; ´ &acute; Acute accent; spacing acute
B5 &#181; µ &micro; Micro sign
B6 &#182; &para; Pilcrow sign; paragraph sign
B7 &#183; · &middot; Middle dot; Georgian comma; Greek middle dot
B8 &#184; ¸ &cedil; Cedilla; spacing cedilla
B9 &#185; ¹ &sup1; Superscript one; superscript digit one
BA &#186; º &ordm; Masculine ordinal indicator
BB &#187; » &raquo; Right-pointing double angle quotation mark; right pointing guillemet
BC &#188; ¼ &frac14; Vulgar fraction one quarter; fraction one quarter
BD &#189; ½ &frac12; Vulgar fraction one half; fraction one half
BE &#190; ¾ &frac34; Vulgar fraction three quarters; fraction 3 quarters
BF &#191; ¿ &iquest; Inverted question mark; turned question mark
C0 &#192; À &Agrave; Latin capital letter A with grave; Latin capital letter A grave
C1 &#193; Á &Aacute; Latin capital letter A with acute
C2 &#194; Â &Acirc; Latin capital letter A with circumflex
C3 &#195; Ã &Atilde; Latin capital letter A with tilde
C4 &#196; Ä &Auml; Latin capital letter A with diaeresis
C5 &#197; Å &Aring; Latin capital letter A with ring above; Latin capital letter A ring
C6 &#198; Æ &AElig; Latin capital letter AE; Latin capital ligature AE
C7 &#199; Ç &Ccedil; Latin capital letter C with cedilla
C8 &#200; È &Egrave; Latin capital letter E with grave
C9 &#201; É &Eacute; Latin capital letter E with acute
CA &#202; Ê &Ecirc; Latin capital letter E with circumflex
CB &#203; Ë &Euml; Latin capital letter E with diaeresis
CC &#204; Ì &Igrave; Latin capital letter I with grave
CD &#205; Í &Iacute; Latin capital letter I with acute
CE &#206; Î &Icirc; Latin capital letter I with circumflex
CF &#207; Ï &Iuml; Latin capital letter I with diaeresis
D0 &#208; Ð &ETH; Latin capital letter ETH
D1 &#209; Ñ &Ntilde; Latin capital letter N with tilde
D2 &#210; Ò &Ograve; Latin capital letter O with grave
D3 &#211; Ó &Oacute; Latin capital letter O with acute
D4 &#212; Ô &Ocirc; Latin capital letter O with circumflex
D5 &#213; Õ &Otilde; Latin capital letter O with tilde
D6 &#214; Ö &Ouml; Latin capital letter O with diaeresis
D7 &#215; × &times; Multiplication sign
D8 &#216; Ø &Oslash; Latin capital letter O with stroke; Latin capital letter O slash
D9 &#217; Ù &Ugrave; Latin capital letter U with grave
DA &#218; Ú &Uacute; Latin capital letter U with acute
DB &#219; Û &Ucirc; Latin capital letter U with circumflex
DC &#220; Ü &Uuml; Latin capital letter U with diaeresis
DD &#221; Ý &Yacute; Latin capital letter Y with acute
DE &#222; Þ &THORN; Latin capital letter THORN
DF &#223; ß &szlig; Latin small letter sharp s; ess-zed
E0 &#224; à &agrave; Latin small letter a with grave; Latin small letter a grave
E1 &#225; á &aacute; Latin small letter a with acute
E2 &#226; â &acirc; Latin small letter a with circumflex
E3 &#227; ã &atilde; Latin small letter a with tilde
E4 &#228; ä &auml; Latin small letter a with diaeresis
E5 &#229; å &aring; Latin small letter a with ring above; Latin small letter a ring
E6 &#230; æ &aelig; Latin small letter ae; Latin small ligature ae
E7 &#231; ç &ccedil; Latin small letter c with cedilla
E8 &#232; è &egrave; Latin small letter e with grave
E9 &#233; é &eacute; Latin small letter e with acute
EA &#234; ê &ecirc; Latin small letter e with circumflex
EB &#235; ë &euml; Latin small letter e with diaeresis
EC &#236; ì &igrave; Latin small letter i with grave
ED &#237; í &iacute; Latin small letter i with acute
EE &#238; î &icirc; Latin small letter i with circumflex
EF &#239; ï &iuml; Latin small letter i with diaeresis
F0 &#240; ð &eth; Latin small letter eth
F1 &#241; ñ &ntilde; Latin small letter n with tilde
F2 &#242; ò &ograve; Latin small letter o with grave
F3 &#243; ó &oacute; Latin small letter o with acute
F4 &#244; ô &ocirc; Latin small letter o with circumflex
F5 &#245; õ &otilde; Latin small letter o with tilde
F6 &#246; ö &ouml; Latin small letter o with diaeresis
F7 &#247; ÷ &divide; Division sign
F8 &#248; ø &oslash; Latin small letter o with stroke; Latin small letter o slash
F9 &#249; ù &ugrave; Latin small letter u with grave
FA &#250; ú &uacute; Latin small letter u with acute
FB &#251; û &ucirc; Latin small letter u with circumflex
FC &#252; ü &uuml; Latin small letter u with diaeresis
FD &#253; ý &yacute; Latin small letter y with acute
FE &#254; þ &thorn; Latin small letter thorn
FF &#255; ÿ &yuml; Latin small letter y with diaeresis
| Desarrollo web