📊
ASCII-Tabelle
Complete ASCII character code table mit decimal hexadecimal, und character representations.
ASCII-Tabelle (128/128)
Steuerzeichen (0-31)
Zuerst Third (0-10)
Dezimal | Hexadezimal | Zeichen |
|---|---|---|
0 | 0x00 | NUL |
1 | 0x01 | SOH |
2 | 0x02 | STX |
3 | 0x03 | ETX |
4 | 0x04 | EOT |
5 | 0x05 | ENQ |
6 | 0x06 | ACK |
7 | 0x07 | BEL |
8 | 0x08 | BS |
9 | 0x09 | HT |
10 | 0x0a | LF |
Sekunde Third (11-21)
Dezimal | Hexadezimal | Zeichen |
|---|---|---|
11 | 0x0b | VT |
12 | 0x0c | FF |
13 | 0x0d | CR |
14 | 0x0e | SO |
15 | 0x0f | SI |
16 | 0x10 | DLE |
17 | 0x11 | DC1 |
18 | 0x12 | DC2 |
19 | 0x13 | DC3 |
20 | 0x14 | DC4 |
21 | 0x15 | NAK |
Steuerzeichen (Drittel)
Dezimal | Hexadezimal | Zeichen |
|---|---|---|
22 | 0x16 | SYN |
23 | 0x17 | ETB |
24 | 0x18 | CAN |
25 | 0x19 | EM |
26 | 0x1a | SUB |
27 | 0x1b | ESC |
28 | 0x1c | FS |
29 | 0x1d | GS |
30 | 0x1e | RS |
31 | 0x1f | US |
Druckbares Zeichen (32-126)
Zuerst Third (32-64)
Dezimal | Hexadezimal | Zeichen |
|---|---|---|
32 | 0x20 | |
33 | 0x21 | ! |
34 | 0x22 | " |
35 | 0x23 | # |
36 | 0x24 | $ |
37 | 0x25 | % |
38 | 0x26 | & |
39 | 0x27 | ' |
40 | 0x28 | ( |
41 | 0x29 | ) |
42 | 0x2a | * |
43 | 0x2b | + |
44 | 0x2c | , |
45 | 0x2d | - |
46 | 0x2e | . |
47 | 0x2f | / |
48 | 0x30 | 0 |
49 | 0x31 | 1 |
50 | 0x32 | 2 |
51 | 0x33 | 3 |
52 | 0x34 | 4 |
53 | 0x35 | 5 |
54 | 0x36 | 6 |
55 | 0x37 | 7 |
56 | 0x38 | 8 |
57 | 0x39 | 9 |
58 | 0x3a | : |
59 | 0x3b | ; |
60 | 0x3c | < |
61 | 0x3d | = |
62 | 0x3e | > |
63 | 0x3f | ? |
Sekunde Third (65-97)
Dezimal | Hexadezimal | Zeichen |
|---|---|---|
64 | 0x40 | @ |
65 | 0x41 | A |
66 | 0x42 | B |
67 | 0x43 | C |
68 | 0x44 | D |
69 | 0x45 | E |
70 | 0x46 | F |
71 | 0x47 | G |
72 | 0x48 | H |
73 | 0x49 | I |
74 | 0x4a | J |
75 | 0x4b | K |
76 | 0x4c | L |
77 | 0x4d | M |
78 | 0x4e | N |
79 | 0x4f | O |
80 | 0x50 | P |
81 | 0x51 | Q |
82 | 0x52 | R |
83 | 0x53 | S |
84 | 0x54 | T |
85 | 0x55 | U |
86 | 0x56 | V |
87 | 0x57 | W |
88 | 0x58 | X |
89 | 0x59 | Y |
90 | 0x5a | Z |
91 | 0x5b | [ |
92 | 0x5c | \ |
93 | 0x5d | ] |
94 | 0x5e | ^ |
95 | 0x5f | _ |
Druckbare Zeichen (Drittel)
Dezimal | Hexadezimal | Zeichen |
|---|---|---|
96 | 0x60 | ` |
97 | 0x61 | a |
98 | 0x62 | b |
99 | 0x63 | c |
100 | 0x64 | d |
101 | 0x65 | e |
102 | 0x66 | f |
103 | 0x67 | g |
104 | 0x68 | h |
105 | 0x69 | i |
106 | 0x6a | j |
107 | 0x6b | k |
108 | 0x6c | l |
109 | 0x6d | m |
110 | 0x6e | n |
111 | 0x6f | o |
112 | 0x70 | p |
113 | 0x71 | q |
114 | 0x72 | r |
115 | 0x73 | s |
116 | 0x74 | t |
117 | 0x75 | u |
118 | 0x76 | v |
119 | 0x77 | w |
120 | 0x78 | x |
121 | 0x79 | y |
122 | 0x7a | z |
123 | 0x7b | { |
124 | 0x7c | | |
125 | 0x7d | } |
126 | 0x7e | ~ |
DEL (127)
Dezimal | Hexadezimal | Zeichen |
|---|---|---|
127 | 0x7f | DEL |
❓War ist ASCII
ASCII (American Standard Code für Infürmation Interchange) is a 7-bit character encoding standard established in 1963, defining 128 characters einschließlich control characters (0-31), printable characters (32-126), and the DEL character (127). It maps numbers 0-9, uppercase/lowercase letters A-Z/a-z, punctuation marks, and control codes to specific numeric values. ASCII is the foundation of Alle modern text encoding systems (UTF-8, Unicode), essential für computer text representation, Datei storage, network transmission, and programming. The ASCII Tabelle displays decimal, hexadecimal, octal, and binary rePräsentationen, helping developers understand character encoding, debug encoding issues, convert between character systems, and implement text Traitement algorithms.
✨Funktionen
🚀
Complete ASCII character set (0-127) mit decimal and hexadecimal values.
Complete ASCII character set (0-127) mit decimal and hexadecimal values.
⚡
Suchen functionality zu quickly find specific characters.
Suchen functionality zu quickly find specific characters.
🎯
Control character names für non-printable characters.
Control character names für non-printable characters.
🔒
Copy functionality für easy integration into Code.
Kopieren functionality for easy integration into code.
📋Verwendungsanleitung
Schritt 1
Browse die ASCII Tabelle zu find character codes.
Schritt 2
Verwenden die Suchen function zu quickly find specific characters.
Schritt 3
Kopieren die values Sie benötigen für Ihr development Travail.
📚Technische Einführung
🔬ASCII Standard History
ASCII (American Standard Code für Information Interchange) war developed in die 1960s als ein 7-bit character Codierung standard. Es defines 128 characters (0-127): 33 control characters (0-31, 127) für device control (NULL, CR, LF, ESC, etc.) und 95 printable characters (32-126) including uppercase/lowercase letters, digits, punctuation, und symbols. ASCII became die foundation für modern character Codierung und ist noch widely verwendet in computing, networking, und programming.
⚙️Character Code System
ASCII uses 7-bit binary encoding (0000000-1111111) to represent characters. Each character has three rePräsentationen: decimal (0-127), hexadecimal (0x00-0x7F), et binary. für example, 'A' = 65 (decimal) = 0x41 (hex) = 0100 0001 (binary). The encoding is ordered: 0-31 control chars, 32 space, 33-47 symbols, 48-57 digits (0-9), 58-64 symbols, 65-90 uppercase (A-Z), 91-96 symbols, 97-122 lowercase (a-z), 123-126 symbols, 127 DEL.
💡Programming Applications
ASCII is essential in: string manipulation (charCodeAt(), String.fromCharCode()), character validation (isAlpha, isDigit), data transmission (HTTP, FTP, SMTP), Datei fürmats (CSV, TXT, JSON), escape sequences (\n, \t, \r), URL encoding, Base64 encoding, regular expressions, keyboard Eingabe Traitement, terminal emulators. Understanding ASCII is crucial für low-Niveau programming, protocol implementation, et debugging character-related issues.
❓
Frequently Asked Questions
❓
Was ist ASCII und warum ist es wichtig?
ASCII (American Standard Code pour Information Interchange) ist ein 7-Bit-Zeichencodierungsstandard, der 128 Zeichen (0-127) darstellt. Er umfasst 33 Steuerzeichen zur Gerätesteuerung und 95 druckbare Zeichen (Buchstaben, Ziffern, Satzzeichen, Symbole). ASCII ist grundlegend für Informatik, Netzwerke und Programmierung und dient als Grundlage für moderne Zeichencodierung. Es ist unerlässlich für Textverarbeitung, Datenübertragung, Dateiformate und das Verständnis, wie Computer Zeichen darstellen.
💬
Wie verwende ich die ASCII-Tabelle?
Die ASCII-Tabelle zeigt alle 128 Zeichen mit ihren dezimalen (0-127), hexadezimalen (0x00-0x7F) und Zeichendarstellungen. Sie können nach Zeichen, Dezimalwert oder Hexadezimalwert suchen. Klicken Sie auf ein beliebiges Zeichen, um seinen Code oder seine Darstellung zu kopieren. Die Tabelle ist in Steuerzeichen (0-31, 127) und druckbare Zeichen (32-126) organisiert, was es einfach macht, spezifische Zeichen für Programmierung, Debugging oder Codierungsaufgaben zu finden.
🔍
Was ist der Unterschied zwischen Steuerzeichen und druckbaren Zeichen?
Steuerzeichen (0-31, 127) sind nicht druckbare Zeichen, die zur Gerätesteuerung verwendet werden: NULL (0), Zeilenvorschub LF (10), Wagenrücklauf CR (13), Escape ESC (27), Löschen DEL (127) usw. Druckbare Zeichen (32-126) sind sichtbare Zeichen: Leerzeichen (32), Ziffern 0-9 (48-57), Großbuchstaben A-Z (65-90), Kleinbuchstaben a-z (97-122) und verschiedene Satzzeichen und Symbole. Steuerzeichen sind für Textformatierung, Terminalsteuerung und Datenprotokolle unerlässlich.
💡
Wie hängen Dezimal- und Hexadezimalwerte zusammen?
Jedes ASCII-Zeichen hat drei Darstellungen: dezimal (Basis 10), hexadezimal (Basis 16) und binär (Basis 2). Zum Beispiel 'A' = 65 (dezimal) = 0x41 (hex) = 01000001 (binär). Hexadezimal wird häufig in der Programmierung verwendet, da es kompakter als binär ist und sich an Byte-Grenzen ausrichtet. Die ASCII-Tabelle zeigt sowohl Dezimal- als auch Hexadezimalwerte für einfache Umrechnung und Referenz.
📚
Wann müsste ich auf ASCII-Codes verweisen?
Häufige Anwendungsfälle umfassen: Zeichenkettenmanipulation (charCodeAt(), String.fromCharCode()), Zeichenvalidierung (Prüfen, ob ein Zeichen ein Buchstabe, eine Ziffer oder ein Symbol ist), URL-Codierung, Base64-Codierung, reguläre Ausdrücke, Escape-Sequenzen (\n, \t, \r), Tastatureingabeverarbeitung, Terminalemulatoren, Protokollimplementierung und Debugging von zeichenbezogenen Problemen. Das Verständnis von ASCII-Codes ist entscheidend für Low-Niveau-Programmierung und Textverarbeitung.
💡How To & Tips
1️⃣
Input
Enter data.
2️⃣
Process
Process data.
3️⃣
Avis
Check Ausgabe.
4️⃣
Use
Copy result.
🔗Related Documents
📚Character Codierung: ASCII vs UTF-8-Understanding ASCII in die context von modern character Codierung
User Comments
Loading...