Tabela ASCII

Explore o conjunto ASCII completo com valores decimais, hexadecimais e caracteres. Caracteres de controle e imprimíveis aparecem em uma única tabela legível.

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

Sobre 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.

Exemplos

32  = 0x20 = Espaço
65  = 0x41 = A
10  = 0x0A = Line Feed

Perguntas frequentes

O que é ASCII?

ASCII é um conjunto padrão de caracteres que define códigos numéricos para letras inglesas comuns, dígitos e caracteres de controle.

Qual é o código ASCII do espaço?

O código ASCII do espaço é 32 em decimal, ou 0x20 em hexadecimal.

Qual é a diferença entre ASCII e Unicode?

ASCII covers only 128 characters. Unicode is a much larger standard that supports characters from many writing systems and symbol sets.