ASCII tablosu
Tüm ASCII kümesini onluk, onaltılık değerler ve karakterlerle inceleyin. Kontrol ve yazdırılabilir karakterler tek bir okunaklı tabloda.
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 |
|---|
Hakkında 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.
Örnekler
32 = 0x20 = Boşluk 65 = 0x41 = A 10 = 0x0A = Line Feed
SSS
ASCII nedir?
ASCII, yaygın İngilizce harfler, rakamlar ve kontrol karakterleri için sayısal kodlar tanımlayan standart bir karakter kümesidir.
Boşluğun ASCII kodu nedir?
Boşluğun ASCII kodu onluk 32, yani onaltılık 0x20'dir.
ASCII ile Unicode arasındaki fark nedir?
ASCII covers only 128 characters. Unicode is a much larger standard that supports characters from many writing systems and symbol sets.