Tabella ASCII
Sfoglia l'intero set ASCII con valori decimali, esadecimali e caratteri. Caratteri di controllo e stampabili in un'unica tabella leggibile.
This page is useful when you need a quick decimal-to-hex lookup for protocols, text processing or encoding work.
ASCII reference table
| Dec | Hex | Char | Description |
|---|
Info ASCII
ASCII is a 7-bit character encoding standard that maps the values 0 through 127 to letters, digits, punctuation and control signals. It remains relevant because many protocols, formats and legacy systems build on top of ASCII-compatible text.
Esempi
32 = 0x20 = Spazio 65 = 0x41 = A 10 = 0x0A = Line Feed
FAQ
Cos'è ASCII?
ASCII è un set di caratteri standard che definisce codici numerici per lettere inglesi comuni, cifre e caratteri di controllo.
Qual è il codice ASCII dello spazio?
Il codice ASCII dello spazio è 32 in decimale, o 0x20 in esadecimale.
Qual è la differenza tra ASCII e Unicode?
ASCII covers only 128 characters. Unicode is a much larger standard that supports characters from many writing systems and symbol sets.