Convertitore di Codice ASCII
Converti il testo in codici carattere decimali e i codici in testo. I codici superiori a 127 vengono trattati come punti di codice Unicode, quindi funzionano anche lettere accentate ed emoji.
Direzione
Tabella di Riferimento ASCII
Codici di controllo comuni seguiti da ogni carattere ASCII stampabile (codici 33–126).
| Codice | Carattere | Descrizione |
|---|---|---|
| 9 | TAB | Horizontal tab |
| 10 | LF | Line feed (new line) |
| 13 | CR | Carriage return |
| 32 | SP | Space |
| 33 | ! | Carattere stampabile |
| 34 | " | Carattere stampabile |
| 35 | # | Carattere stampabile |
| 36 | $ | Carattere stampabile |
| 37 | % | Carattere stampabile |
| 38 | & | Carattere stampabile |
| 39 | ' | Carattere stampabile |
| 40 | ( | Carattere stampabile |
| 41 | ) | Carattere stampabile |
| 42 | * | Carattere stampabile |
| 43 | + | Carattere stampabile |
| 44 | , | Carattere stampabile |
| 45 | - | Carattere stampabile |
| 46 | . | Carattere stampabile |
| 47 | / | Carattere stampabile |
| 48 | 0 | Carattere stampabile |
| 49 | 1 | Carattere stampabile |
| 50 | 2 | Carattere stampabile |
| 51 | 3 | Carattere stampabile |
| 52 | 4 | Carattere stampabile |
| 53 | 5 | Carattere stampabile |
| 54 | 6 | Carattere stampabile |
| 55 | 7 | Carattere stampabile |
| 56 | 8 | Carattere stampabile |
| 57 | 9 | Carattere stampabile |
| 58 | : | Carattere stampabile |
| 59 | ; | Carattere stampabile |
| 60 | < | Carattere stampabile |
| 61 | = | Carattere stampabile |
| 62 | > | Carattere stampabile |
| 63 | ? | Carattere stampabile |
| 64 | @ | Carattere stampabile |
| 65 | A | Carattere stampabile |
| 66 | B | Carattere stampabile |
| 67 | C | Carattere stampabile |
| 68 | D | Carattere stampabile |
| 69 | E | Carattere stampabile |
| 70 | F | Carattere stampabile |
| 71 | G | Carattere stampabile |
| 72 | H | Carattere stampabile |
| 73 | I | Carattere stampabile |
| 74 | J | Carattere stampabile |
| 75 | K | Carattere stampabile |
| 76 | L | Carattere stampabile |
| 77 | M | Carattere stampabile |
| 78 | N | Carattere stampabile |
| 79 | O | Carattere stampabile |
| 80 | P | Carattere stampabile |
| 81 | Q | Carattere stampabile |
| 82 | R | Carattere stampabile |
| 83 | S | Carattere stampabile |
| 84 | T | Carattere stampabile |
| 85 | U | Carattere stampabile |
| 86 | V | Carattere stampabile |
| 87 | W | Carattere stampabile |
| 88 | X | Carattere stampabile |
| 89 | Y | Carattere stampabile |
| 90 | Z | Carattere stampabile |
| 91 | [ | Carattere stampabile |
| 92 | \ | Carattere stampabile |
| 93 | ] | Carattere stampabile |
| 94 | ^ | Carattere stampabile |
| 95 | _ | Carattere stampabile |
| 96 | ` | Carattere stampabile |
| 97 | a | Carattere stampabile |
| 98 | b | Carattere stampabile |
| 99 | c | Carattere stampabile |
| 100 | d | Carattere stampabile |
| 101 | e | Carattere stampabile |
| 102 | f | Carattere stampabile |
| 103 | g | Carattere stampabile |
| 104 | h | Carattere stampabile |
| 105 | i | Carattere stampabile |
| 106 | j | Carattere stampabile |
| 107 | k | Carattere stampabile |
| 108 | l | Carattere stampabile |
| 109 | m | Carattere stampabile |
| 110 | n | Carattere stampabile |
| 111 | o | Carattere stampabile |
| 112 | p | Carattere stampabile |
| 113 | q | Carattere stampabile |
| 114 | r | Carattere stampabile |
| 115 | s | Carattere stampabile |
| 116 | t | Carattere stampabile |
| 117 | u | Carattere stampabile |
| 118 | v | Carattere stampabile |
| 119 | w | Carattere stampabile |
| 120 | x | Carattere stampabile |
| 121 | y | Carattere stampabile |
| 122 | z | Carattere stampabile |
| 123 | { | Carattere stampabile |
| 124 | | | Carattere stampabile |
| 125 | } | Carattere stampabile |
| 126 | ~ | Carattere stampabile |
Domande frequenti
- Come converto il testo in codici ASCII?
- Digita o incolla il tuo testo nella casella di input. Ogni carattere viene mostrato come il suo codice carattere decimale, separato da spazi — quindi "Hi" diventa 72 105.
- Come riconverto i codici ASCII in testo?
- Incolla i codici decimali separati da spazi o virgole, come 72 101 108 108 111. Lo strumento convalida ogni numero e riconverte ogni codice nel suo carattere.
- E i caratteri fuori dall'intervallo ASCII?
- I codici superiori a 127 vengono trattati come punti di codice Unicode — é è 233 e l'intervallo delle emoji va ben oltre 65535. Qualsiasi codice fino a 1114111 (0x10FFFF) si riconverte nel suo carattere.
- Cos'è la tabella ASCII in questa pagina?
- Un elenco di riferimento dei caratteri ASCII stampabili (codici 33-126) più i codici di controllo più comuni, così puoi cercare qualsiasi codice senza dover effettuare una conversione.
- Il mio testo viene inviato a un server?
- No. La conversione avviene interamente nel tuo browser — nulla di ciò che digiti lascia mai il tuo dispositivo.