ASCII: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Etichette: Sequenze di caratteri ripetuti da parte di un nuovo utente o IP Modifica visuale |
|||
Riga 25:
=== Non stampabili ===
{|
|-
! [[Sistema numerico binario|Binario]] !! [[sistema numerico ottale|Ottale]] !! [[sistema numerico decimale|Decimale]] !! [[sistema numerico esadecimale|Esadecimale]] !! Abbr !! {{tooltip|PR|Rappresentazione stampabile del carattere}}!! [[Control key|CS]] !! [[C (linguaggio)#Sequenze di escape|CEC]] !! Descrizione
|-
|000 0000 || style="background:lightblue;" | 000 || style="background:#CFF;" | 0 || style="background:lightblue;" | 00
|NUL || {{unicode|␀}} || ^@ || \0 || align="left" | Null character
|-
|000 0001 || style="background:lightblue;" | 001 || style="background:#CFF;" | 1 || style="background:lightblue;" | 01
|SOH || <big>{{unicode|␁}}</big> || ^A || || align="left" |
|-
|000 0010 || style="background:lightblue;" | 002 || style="background:#CFF;" | 2 || style="background:lightblue;" | 02
|STX || <big>{{unicode|␂}}</big> || ^B || || align="left" |
|-
|000 0011 || style="background:lightblue;" | 003 || style="background:#CFF;" | 3 || style="background:lightblue;" | 03
|ETX || <big>{{unicode|␃}}</big> || Control-C |^C || || align="left" |
|-
|000 0100 || style="background:lightblue;" | 004 || style="background:#CFF;" | 4 || style="background:lightblue;" | 04
|EOT || <big>{{unicode|␄}}</big> || ^D || || align="left" |
|-
|000 0101 || style="background:lightblue;" | 005 || style="background:#CFF;" | 5 || style="background:lightblue;" | 05
|ENQ || <big>{{unicode|␅}}</big> || ^E || || align="left" |
|-
|000 0110 || style="background:lightblue;" | 006 || style="background:#CFF;" | 6 || style="background:lightblue;" | 06
|ACK || <big>{{unicode|␆}}</big> || ^F || || align="left" |
|-
|000 0111 || style="background:lightblue;" | 007 || style="background:#CFF;" | 7 || style="background:lightblue;" | 07
|BEL
|<big>{{unicode|␇}}</big>
|^G
| \a
| align="left" |
|-
|000 1000 || style="background:lightblue;" | 010 || style="background:#CFF;" | 8 || style="background:lightblue;" | 08
|BS
|<big>{{unicode|␈}}</big>
|^H
| \b
| align="left" |
|-
|000 1001 || style="background:lightblue;" | 011 || style="background:#CFF;" | 9 || style="background:lightblue;" | 09
|HT
|<big>{{unicode|␉}}</big>
|^I
| \t
| align="left" |
|-
|000 1010 || style="background:lightblue;" | 012 || style="background:#CFF;" | 10 || style="background:lightblue;" | 0A
|LF
|<big>{{unicode|␊}}</big>
|^J
| \n
| align="left" |
|-
|000 1011 || style="background:lightblue;" | 013 || style="background:#CFF;" | 11 || style="background:lightblue;" | 0B
|VT
|<big>{{unicode|␋}}</big>
|^K
| \v
| align="left" |
|-
|000 1100 || style="background:lightblue;" | 014 || style="background:#CFF;" | 12 || style="background:lightblue;" | 0C
|FF
|<big>{{unicode|␌}}</big>
|^L
| \f
| align="left" |
|-
|000 1101 || style="background:lightblue;" | 015 || style="background:#CFF;" | 13 || style="background:lightblue;" | 0D
|CR
|<big>{{unicode|␍}}</big>
|^M
| \r
| align="left" |
|-
|000 1110 || style="background:lightblue;" | 016 || style="background:#CFF;" | 14 || style="background:lightblue;" | 0E
|SO
|<big>{{unicode|␎}}</big>
|^N
|
| align="left" |
|-
|000 1111 || style="background:lightblue;" | 017 || style="background:#CFF;" | 15 || style="background:lightblue;" | 0F
|SI
|<big>{{unicode|␏}}</big>
|^O
|
| align="left" |
|-
|001 0000 || style="background:lightblue;" | 020 || style="background:#CFF;" | 16 || style="background:lightblue;" | 10
|DLE
|<big>{{unicode|␐}}</big>
|^P
|
| align="left" |
|-
|001 0001 || style="background:lightblue;" | 021 || style="background:#CFF;" | 17 || style="background:lightblue;" | 11
|DC1
|<big>{{unicode|␑}}</big>
|^Q
|
| align="left" |
|-
|001 0010 || style="background:lightblue;" | 022 || style="background:#CFF;" | 18 || style="background:lightblue;" | 12
|DC2
|<big>{{unicode|␒}}</big>
|^R
|
| align="left" |
|-
|001 0011 || style="background:lightblue;" | 023 || style="background:#CFF;" | 19 || style="background:lightblue;" | 13
|DC3
|<big>{{unicode|␓}}</big>
|^S
|
| align="left" |
|-
|001 0100 || style="background:lightblue;" | 024 || style="background:#CFF;" | 20 || style="background:lightblue;" | 14
|DC4
|<big>{{unicode|␔}}</big>
|^T
|
| align="left" |
|-
|001 0101 || style="background:lightblue;" | 025 || style="background:#CFF;" | 21 || style="background:lightblue;" | 15
|NAK
|<big>{{unicode|␕}}</big>
|^U
|
| align="left" |
|-
|001 0110 || style="background:lightblue;" | 026 || style="background:#CFF;" | 22 || style="background:lightblue;" | 16
|SYN
|<big>{{unicode|␖}}</big>
|^V
|
| align="left" |
|-
|001 0111 || style="background:lightblue;" | 027 || style="background:#CFF;" | 23 || style="background:lightblue;" | 17
|ETB
|<big>{{unicode|␗}}</big>
|^W
|
| align="left" |
|-
|001 1000 || style="background:lightblue;" | 030 || style="background:#CFF;" | 24 || style="background:lightblue;" | 18
|CAN
|<big>{{unicode|␘}}</big>
|^X
|
| align="left
|-
|001 1001 || style="background:lightblue;" | 031 || style="background:#CFF;" | 25 || style="background:lightblue;" | 19
|EM
|<big>{{unicode|␙}}</big>
|^Y
|
| align="left" |
|-
|001 1010 || style="background:lightblue;" | 032 || style="background:#CFF;" | 26 || style="background:lightblue;" | 1A
|SUB
|<big>{{unicode|␚}}</big>
|^Z
|
| align="left
|-
|001 1011 || style="background:lightblue;" | 033 || style="background:#CFF;" | 27 || style="background:lightblue;" | 1B
|ESC
|<big>{{unicode|␛}}</big>
|^<nowiki>[</nowiki>
|
| align="left
|-
|001 1100 || style="background:lightblue;" | 034 || style="background:#CFF;" | 28 || style="background:lightblue;" | 1C
|FS
|<big>{{unicode|␜}}</big>
|^\
|
| align="left" |
|-
|001 1101 || style="background:lightblue;" | 035 || style="background:#CFF;" | 29 || style="background:lightblue;" | 1D
|GS
|<big>{{unicode|␝}}</big>
|^<nowiki>]</nowiki>
|
| align="left" |
|-
|001 1110 || style="background:lightblue;" | 036 || style="background:#CFF;" | 30 || style="background:lightblue;" | 1E
|RS
|<big>{{unicode|␞}}</big>
|^^
|
| align="left
|-
|001 1111 || style="background:lightblue;" | 037 || style="background:#CFF;" | 31 || style="background:lightblue;" | 1F
|US
|<big>{{unicode|␟}}</big>
|^_
|
| align="left" |
|-
| colspan="9" |
|-
|111 1111 || style="background:lightblue;" | 177 || style="background:#CFF;" | 127 || style="background:lightblue;" | 7F
|DEL
|<big>{{unicode|␡}}</big>
|