"ASCII"의 두 판 사이의 차이

4번째 줄: 4번째 줄:
{| class="wikitable" style="text-align: center"
{| class="wikitable" style="text-align: center"
|-
|-
! 2진수 !! 8진수 !! 10진수 !! 16진수 !! 약어 !!  !! !! !! Name
! 10진수 !! 부호
! 10진수 !! 부호
! 10진수 !! 부호
! 10진수 !! 부호
|-
|-
| 000 0000 || style="background:lightblue;" | 000 || style="background:#CFF;" | 0 || style="background:lightblue;" | 00
| 0||(NUL)||32|| ||64||@||96||`
| NUL || style="font-size:large;" | ? || ^@ || \0 || style="text-align:left;" | [[Null character]]
|-
|-
| 000 0001 || style="background:lightblue;" | 001 || style="background:#CFF;" | 1 || style="background:lightblue;" | 01
| 1||(SOH)||33||!||65||A||97||a
| SOH || style="font-size:large;" | ? || ^A || || style="text-align:left;" | [[Start-of-Header|Start of Header]]
|-
|-
| 000 0010 || style="background:lightblue;" | 002 || style="background:#CFF;" | 2 || style="background:lightblue;" | 02
| 2||(STX)||34||"||66||B||98||b
| STX || style="font-size:large;" | ? || ^B || || style="text-align:left;" | [[Start Of Text|Start of Text]]
|-
|-
| 000 0011 || style="background:lightblue;" | 003 || style="background:#CFF;" | 3 || style="background:lightblue;" | 03
| 3||(ETX)||35||#||67||C||99||c
| ETX || style="font-size:large;" | ? || ^C || || style="text-align:left;" | [[End-of-text character|End of Text]]
|-
|-
| 000 0100 || style="background:lightblue;" | 004 || style="background:#CFF;" | 4 || style="background:lightblue;" | 04
| 4||(EOT)||36||$||68||D||100||d
| EOT || style="font-size:large;" | ? || ^D || || style="text-align:left;" | [[End-of-transmission character|End of Transmission]]
|-
|-
| 000 0101 || style="background:lightblue;" | 005 || style="background:#CFF;" | 5 || style="background:lightblue;" | 05
| 5||(ENQ)||37||%||69||E||101||e
| ENQ || style="font-size:large;" | ? || ^E || || style="text-align:left;" | [[Enquiry character|Enquiry]]
|-
|-
| 000 0110 || style="background:lightblue;" | 006 || style="background:#CFF;" | 6 || style="background:lightblue;" | 06
| 6||(ACK)||38||&||70||F||102||f
| ACK || style="font-size:large;" | ? || ^F || || style="text-align:left;" | [[Acknowledge character|Acknowledgment]]
|-
|-
| 000 0111 || style="background:lightblue;" | 007 || style="background:#CFF;" | 7 || style="background:lightblue;" | 07
| 7||(BEL)||39||'||71||G||103||g
| BEL || style="font-size:large;" | ? || ^G || \a || style="text-align:left;" | [[Bell character|Bell]]
|-
|-
| 000 1000 || style="background:lightblue;" | 010 || style="background:#CFF;" | 8 || style="background:lightblue;" | 08
| 8||(BS)||40||(||72||H||104||h
| BS || style="font-size:large;" | ? || ^H || \b || style="text-align:left;" | [[Backspace]]
|-
|-
| 000 1001 || style="background:lightblue;" | 011 || style="background:#CFF;" | 9 || style="background:lightblue;" | 09
| 9||(HT)||41||)||73||I||105||i
| HT || style="font-size:large;" | ? || ^I || \t || style="text-align:left;" | [[Horizontal Tab]]
|-
|-
| 000 1010 || style="background:lightblue;" | 012 || style="background:#CFF;" | 10 || style="background:lightblue;" | 0A
| 10||(LF)||42||*||74||J||106||j
| LF || style="font-size:large;" | ? || ^J || \n || style="text-align:left;" | [[Line feed]]
|-
|-
| 000 1011 || style="background:lightblue;" | 013 || style="background:#CFF;" | 11 || style="background:lightblue;" | 0B
| 11||(VT)||43||+||75||K||107||k
| VT || style="font-size:large;" | ? || ^K || \v || style="text-align:left;" | [[Vertical Tab]]
|-
|-
| 000 1100 || style="background:lightblue;" | 014 || style="background:#CFF;" | 12 || style="background:lightblue;" | 0C
| 12||(FF)||44||,||76||L||108||l
| FF || style="font-size:large;" | ? || ^L || \f || style="text-align:left;" | [[Form feed]]
|-
|-
| 000 1101 || style="background:lightblue;" | 015 || style="background:#CFF;" | 13 || style="background:lightblue;" | 0D
| 13||(CR)||45||-||77||M||109||m
| CR || style="font-size:large;" | ? ||^M || \r || style="text-align:left;" | [[Carriage return]]
|-
|-
| 000 1110 || style="background:lightblue;" | 016 || style="background:#CFF;" | 14 || style="background:lightblue;" | 0E
| 14||(SO)||46||.||78||N||110||n
| SO || style="font-size:large;" | ? || ^N || || style="text-align:left;" | [[Shift Out and Shift In characters|Shift Out]]
|-
|-
| 000 1111 || style="background:lightblue;" | 017 || style="background:#CFF;" | 15 || style="background:lightblue;" | 0F
| 15||(SI)||47||/||79||O||111||o
| SI || style="font-size:large;" | ? || ^O || || style="text-align:left;" | [[Shift Out and Shift In characters|Shift In]]
|-
|-
| 001 0000 || style="background:lightblue;" | 020 || style="background:#CFF;" | 16 || style="background:lightblue;" | 10
| 16||(DLE)||48||0||80||P||112||p
| DLE || style="font-size:large;" | ? || ^P || || style="text-align:left;" | [[Data Link Escape]]
|-
|-
| 001 0001 || style="background:lightblue;" | 021 || style="background:#CFF;" | 17 || style="background:lightblue;" | 11
| 17||(DC1)||49||1||81||Q||113||q
| DC1 || style="font-size:large;" | ? || ^Q || || style="text-align:left;" | [[Device Control 1]] (oft. [[XON]])
|-
|-
| 001 0010 || style="background:lightblue;" | 022 || style="background:#CFF;" | 18 || style="background:lightblue;" | 12
| 18||(DC2)||50||2||82||R||114||r
| DC2 || style="font-size:large;" | ? || ^R || || style="text-align:left;" | Device Control 2
|-
|-
| 001 0011 || style="background:lightblue;" | 023 || style="background:#CFF;" | 19 || style="background:lightblue;" | 13
| 19||(DC3)||51||3||83||S||115||s
| DC3 || style="font-size:large;" | ? || ^S || || style="text-align:left;" | Device Control 3 (oft. XOFF)
|-
|-
| 001 0100 || style="background:lightblue;" | 024 || style="background:#CFF;" | 20 || style="background:lightblue;" | 14
| 20||(DC4)||52||4||84||T||116||t
| DC4 || style="font-size:large;" | ? || ^T || || style="text-align:left;" | Device Control 4
|-
|-
| 001 0101 || style="background:lightblue;" | 025 || style="background:#CFF;" | 21 || style="background:lightblue;" | 15
| 21||(NAK)||53||5||85||U||117||u
| NAK || style="font-size:large;" | ? || ^U || || style="text-align:left;" | [[Negative-acknowledge character|Negative Acknowledgement]]
|-
|-
| 001 0110 || style="background:lightblue;" | 026 || style="background:#CFF;" | 22 || style="background:lightblue;" | 16
| 22||(SYN)||54||6||86||V||118||v
| SYN || style="font-size:large;" | ? || ^V || || style="text-align:left;" | [[Synchronous idle]]
|-
|-
| 001 0111 || style="background:lightblue;" | 027 || style="background:#CFF;" | 23 || style="background:lightblue;" | 17
| 23||(ETB)||55||7||87||W||119||w
| ETB || style="font-size:large;" | ? || ^W || || style="text-align:left;" | [[End Transmission Block character|End of Transmission Block]]
|-
|-
| 001 1000 || style="background:lightblue;" | 030 || style="background:#CFF;" | 24 || style="background:lightblue;" | 18
| 24||(CAN)||56||8||88||X||120||x
| CAN || style="font-size:large;" | ? || ^X || || style="text-align:left;" | [[Cancel character|Cancel]]
|-
|-
| 001 1001 || style="background:lightblue;" | 031 || style="background:#CFF;" | 25 || style="background:lightblue;" | 19
| 25||(EM)||57||9||89||Y||121||y
| EM || style="font-size:large;" | ? || ^Y || || style="text-align:left;" | [[End of Medium]]
|-
|-
| 001 1010 || style="background:lightblue;" | 032 || style="background:#CFF;" | 26 || style="background:lightblue;" | 1A
| 26||(SUB)||58||:||90||Z||122||z
| SUB || style="font-size:large;" | ? || ^Z || || style="text-align:left;" | [[Substitute character|Substitute]]
|-
|-
| 001 1011 || style="background:lightblue;" | 033 || style="background:#CFF;" | 27 || style="background:lightblue;" | 1B
| 27||(ESC)||59||;||91||[||123||{
| ESC || style="font-size:large;" | ? || ^<nowiki>[</nowiki> || \e
|-
|-
| 001 1100 || style="background:lightblue;" | 034 || style="background:#CFF;" | 28 || style="background:lightblue;" | 1C
| 28||(FS)||60||<||92||\||124|||
| FS || style="font-size:large;" | ? || ^\ || || style="text-align:left;" | [[File separator|File Separator]]
|-
|-
| 001 1101 || style="background:lightblue;" | 035 || style="background:#CFF;" | 29 || style="background:lightblue;" | 1D
| 29||(GS)||61||=||93||]||125||}
| GS || style="font-size:large;" | ? || ^<nowiki>]</nowiki> || || style="text-align:left;" | [[Group separator|Group Separator]]
|-
|-
| 001 1110 || style="background:lightblue;" | 036 || style="background:#CFF;" | 30 || style="background:lightblue;" | 1E
| 30||(RS)||62||>||94||^||126||~
| RS || style="font-size:large;" | ? || ^^ || || style="text-align:left;" | [[Record separator|Record Separator]]
|-
|-
| 001 1111 || style="background:lightblue;" | 037 || style="background:#CFF;" | 31 || style="background:lightblue;" | 1F
| 31||(US)||63||?||95||_||127||(DEL)
| US || style="font-size:large;" | ? || ^_ || || style="text-align:left;" | [[Unit separator|Unit Separator]]
|-
| colspan="9" |
|-
| 111 1111 || style="background:lightblue;" | 177 || style="background:#CFF;" | 127 || style="background:lightblue;" | 7F
| DEL || style="font-size:large;" | ? || ^? || || style="text-align:left;" | [[Delete character|Delete]]
|}
|}



2013년 10월 27일 (일) 21:30 판

ASCII 표, 아스키 목록

1 목록

10진수 부호 10진수 부호 10진수 부호 10진수 부호
0 (NUL) 32 64 @ 96 `
1 (SOH) 33 ! 65 A 97 a
2 (STX) 34 " 66 B 98 b
3 (ETX) 35 # 67 C 99 c
4 (EOT) 36 $ 68 D 100 d
5 (ENQ) 37 % 69 E 101 e
6 (ACK) 38 & 70 F 102 f
7 (BEL) 39 ' 71 G 103 g
8 (BS) 40 ( 72 H 104 h
9 (HT) 41 ) 73 I 105 i
10 (LF) 42 * 74 J 106 j
11 (VT) 43 + 75 K 107 k
12 (FF) 44 , 76 L 108 l
13 (CR) 45 - 77 M 109 m
14 (SO) 46 . 78 N 110 n
15 (SI) 47 / 79 O 111 o
16 (DLE) 48 0 80 P 112 p
17 (DC1) 49 1 81 Q 113 q
18 (DC2) 50 2 82 R 114 r
19 (DC3) 51 3 83 S 115 s
20 (DC4) 52 4 84 T 116 t
21 (NAK) 53 5 85 U 117 u
22 (SYN) 54 6 86 V 118 v
23 (ETB) 55 7 87 W 119 w
24 (CAN) 56 8 88 X 120 x
25 (EM) 57 9 89 Y 121 y
26 (SUB) 58 : 90 Z 122 z
27 (ESC) 59 ; 91 [ 123 {
28 (FS) 60 < 92 \ 124
29 (GS) 61 = 93 ] 125 }
30 (RS) 62 > 94 ^ 126 ~
31 (US) 63 ? 95 _ 127 (DEL)

2 주석


3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}