ASCII 편집하기

경고: 로그인하지 않았습니다. 편집을 하면 IP 주소가 공개되게 됩니다. 로그인하거나 계정을 생성하면 편집자가 사용자 이름으로 기록되고, 다른 장점도 있습니다.

편집을 취소할 수 있습니다. 이 편집을 되돌리려면 아래의 바뀐 내용을 확인한 후 게시해주세요.

최신판 당신의 편집
1번째 줄: 1번째 줄:
==개요==
;American Standard Code for Information Interchange; ASCII
;ASCII 표, 아스키 코드, 아스키 목록, 미국정보교환 표준부호
* 미국에서 표준화가 추진된 정보교환용 7비트 부호
* 총 128자
* [[제어문자]] 33자 ( 0~31번, 127번 )
* 7비트 인코딩
==목록==
{| class="wikitable" style="text-align: center"
{| class="wikitable" style="text-align: center"
|-
|-
! 10진수 !! 8진수 !! 16진수 !! 부호 !! 설명
! 2진수 !! 8진수 !! 10진수 !! 16진수 !! 약어 !!  !! !! !! Name
|-
| 0||00||0x00||(NUL)||[[널]]
|-
| 1||01||0x01||(SOH)||헤딩 시작
|-
| 2||02||0x02||(STX)||텍스트 시작
|-
| 3||03||0x03||(ETX)||텍스트 끝
|-
| 4||04||0x04||(EOT)||
|-
| 5||05||0x05||(ENQ)||
|-
| 6||06||0x06||(ACK)||
|-
| 7||07||0x07||(BEL)|| [[벨]]
|-
| 8||010||0x08||(BS)|| [[백스페이스]]
|-
| 9||011||0x09||(HT)|| [[수평 탭]]
|-
| 10||012||0x0A||(LF)||[[라인피드]]
|-
| 11||013||0x0B||(VT)|| [[수직 탭]]
|-
| 12||014||0x0C||(FF)|| [[폼피드]]
|-
| 13||015||0x0D||(CR)||[[캐리지리턴]]
|-
| 14||016||0x0E||(SO)||
|-
| 15||017||0x0F||(SI)||
|-
| 16||020||0x10||(DLE)||
|-
| 17||021||0x11||(DC1)||
|-
| 18||022||0x12||(DC2)||
|-
| 19||023||0x13||(DC3)||
|-
| 20||024||0x14||(DC4)||
|-
| 21||025||0x15||(NAK)||
|-
| 22||026||0x16||(SYN)||
|-
| 23||027||0x17||(ETB)||
|-
| 24||030||0x18||(CAN)||
|-
| 25||031||0x19||(EM)||
|-
| 26||032||0x1A||(SUB)||
|-
| 27||033||0x1B||(ESC)||
|-
| 28||034||0x1C||(FS)||파일 구분자
|-
| 29||035||0x1D||(GS)||그룹 구분자
|-
| 30||036||0x1E||(RS)||레코드 구분자
|-
| 31||037||0x1F||(US)||유닛 구분자
|-
| 32||040||0x20||||[[스페이스]]
|-
| 33||041||0x21||!||
|-
| 34||042||0x22||"||
|-
| 35||043||0x23||#||
|-
| 36||044||0x24||$||
|-
| 37||045||0x25||%||
|-
| 38||046||0x26||&||
|-
| 39||047||0x27||'||
|-
| 40||050||0x28||(||
|-
| 41||051||0x29||)||
|-
| 42||052||0x2A||*||
|-
| 43||053||0x2B||+||
|-
| 44||054||0x2C||,||
|-
| 45||055||0x2D||-||
|-
| 46||056||0x2E||.||
|-
| 47||057||0x2F||/||
|-
| 48||060||0x30||0||
|-
| 49||061||0x31||1||
|-
| 50||062||0x32||2||
|-
| 51||063||0x33||3||
|-
| 52||064||0x34||4||
|-
| 53||065||0x35||5||
|-
| 54||066||0x36||6||
|-
| 55||067||0x37||7||
|-
| 56||070||0x38||8||
|-
| 57||071||0x39||9||
|-
| 58||072||0x3A||:||
|-
| 59||073||0x3B||;||
|-
| 60||074||0x3C||<||
|-
| 61||075||0x3D||=||
|-
| 62||076||0x3E||>||
|-
| 63||077||0x3F||?||
|-
| 64||0100||0x40||@||
|-
| 65||0101||0x41||A||
|-
| 66||0102||0x42||B||
|-
| 67||0103||0x43||C||
|-
| 68||0104||0x44||D||
|-
| 69||0105||0x45||E||
|-
| 70||0106||0x46||F||
|-
| 71||0107||0x47||G||
|-
| 72||0110||0x48||H||
|-
| 73||0111||0x49||I||
|-
| 74||0112||0x4A||J||
|-
| 75||0113||0x4B||K||
|-
| 76||0114||0x4C||L||
|-
| 77||0115||0x4D||M||
|-
| 78||0116||0x4E||N||
|-
| 79||0117||0x4F||O||
|-
| 80||0120||0x50||P||
|-
| 81||0121||0x51||Q||
|-
| 82||0122||0x52||R||
|-
| 83||0123||0x53||S||
|-
| 84||0124||0x54||T||
|-
| 85||0125||0x55||U||
|-
| 86||0126||0x56||V||
|-
| 87||0127||0x57||W||
|-
| 88||0130||0x58||X||
|-
| 89||0131||0x59||Y||
|-
| 90||0132||0x5A||Z||
|-
| 91||0133||0x5B||[||
|-
| 92||0134||0x5C||\||
|-
| 93||0135||0x5D||]||
|-
|-
| 94||0136||0x5E||^||
| 000 0000 || style="background:lightblue;" | 000 || style="background:#CFF;" | 0 || style="background:lightblue;" | 00
| NUL || style="font-size:large;" | ? || ^@ || \0 || style="text-align:left;" | [[Null character]]
|-
|-
| 95||0137||0x5F||_||
| 000 0001 || style="background:lightblue;" | 001 || style="background:#CFF;" | 1 || style="background:lightblue;" | 01
| SOH || style="font-size:large;" | ? || ^A || || style="text-align:left;" | [[Start-of-Header|Start of Header]]
|-
|-
| 96||0140||0x60||`||
| 000 0010 || style="background:lightblue;" | 002 || style="background:#CFF;" | 2 || style="background:lightblue;" | 02
| STX || style="font-size:large;" | ? || ^B || || style="text-align:left;" | [[Start Of Text|Start of Text]]
|-
|-
| 97||0141||0x61||a||
| 000 0011 || style="background:lightblue;" | 003 || style="background:#CFF;" | 3 || style="background:lightblue;" | 03
| ETX || style="font-size:large;" | ? || ^C || || style="text-align:left;" | [[End-of-text character|End of Text]]
|-
|-
| 98||0142||0x62||b||
| 000 0100 || style="background:lightblue;" | 004 || style="background:#CFF;" | 4 || style="background:lightblue;" | 04
| EOT || style="font-size:large;" | ? || ^D || || style="text-align:left;" | [[End-of-transmission character|End of Transmission]]
|-
|-
| 99||0143||0x63||c||
| 000 0101 || style="background:lightblue;" | 005 || style="background:#CFF;" | 5 || style="background:lightblue;" | 05
| ENQ || style="font-size:large;" | ? || ^E || || style="text-align:left;" | [[Enquiry character|Enquiry]]
|-
|-
| 100||0144||0x64||d||
| 000 0110 || style="background:lightblue;" | 006 || style="background:#CFF;" | 6 || style="background:lightblue;" | 06
| ACK || style="font-size:large;" | ? || ^F || || style="text-align:left;" | [[Acknowledge character|Acknowledgment]]
|-
|-
| 101||0145||0x65||e||
| 000 0111 || style="background:lightblue;" | 007 || style="background:#CFF;" | 7 || style="background:lightblue;" | 07
| BEL || style="font-size:large;" | ? || ^G || \a || style="text-align:left;" | [[Bell character|Bell]]
|-
|-
| 102||0146||0x66||f||
| 000 1000 || style="background:lightblue;" | 010 || style="background:#CFF;" | 8 || style="background:lightblue;" | 08
| BS || style="font-size:large;" | ? || ^H || \b || style="text-align:left;" | [[Backspace]]
|-
|-
| 103||0147||0x67||g||
| 000 1001 || style="background:lightblue;" | 011 || style="background:#CFF;" | 9 || style="background:lightblue;" | 09
| HT || style="font-size:large;" | ? || ^I || \t || style="text-align:left;" | [[Horizontal Tab]]
|-
|-
| 104||0150||0x68||h||
| 000 1010 || style="background:lightblue;" | 012 || style="background:#CFF;" | 10 || style="background:lightblue;" | 0A
| LF || style="font-size:large;" | ? || ^J || \n || style="text-align:left;" | [[Line feed]]
|-
|-
| 105||0151||0x69||i||
| 000 1011 || style="background:lightblue;" | 013 || style="background:#CFF;" | 11 || style="background:lightblue;" | 0B
| VT || style="font-size:large;" | ? || ^K || \v || style="text-align:left;" | [[Vertical Tab]]
|-
|-
| 106||0152||0x6A||j||
| 000 1100 || style="background:lightblue;" | 014 || style="background:#CFF;" | 12 || style="background:lightblue;" | 0C
| FF || style="font-size:large;" | ? || ^L || \f || style="text-align:left;" | [[Form feed]]
|-
|-
| 107||0153||0x6B||k||
| 000 1101 || style="background:lightblue;" | 015 || style="background:#CFF;" | 13 || style="background:lightblue;" | 0D
| CR || style="font-size:large;" | ? ||^M || \r || style="text-align:left;" | [[Carriage return]]
|-
|-
| 108||0154||0x6C||l||
| 000 1110 || style="background:lightblue;" | 016 || style="background:#CFF;" | 14 || style="background:lightblue;" | 0E
| SO || style="font-size:large;" | ? || ^N || || style="text-align:left;" | [[Shift Out and Shift In characters|Shift Out]]
|-
|-
| 109||0155||0x6D||m||
| 000 1111 || style="background:lightblue;" | 017 || style="background:#CFF;" | 15 || style="background:lightblue;" | 0F
| SI || style="font-size:large;" | ? || ^O || || style="text-align:left;" | [[Shift Out and Shift In characters|Shift In]]
|-
|-
| 110||0156||0x6E||n||
| 001 0000 || style="background:lightblue;" | 020 || style="background:#CFF;" | 16 || style="background:lightblue;" | 10
| DLE || style="font-size:large;" | ? || ^P || || style="text-align:left;" | [[Data Link Escape]]
|-
|-
| 111||0157||0x6F||o||
| 001 0001 || style="background:lightblue;" | 021 || style="background:#CFF;" | 17 || style="background:lightblue;" | 11
| DC1 || style="font-size:large;" | ? || ^Q || || style="text-align:left;" | [[Device Control 1]] (oft. [[XON]])
|-
|-
| 112||0160||0x70||p||
| 001 0010 || style="background:lightblue;" | 022 || style="background:#CFF;" | 18 || style="background:lightblue;" | 12
| DC2 || style="font-size:large;" | ? || ^R || || style="text-align:left;" | Device Control 2
|-
|-
| 113||0161||0x71||q||
| 001 0011 || style="background:lightblue;" | 023 || style="background:#CFF;" | 19 || style="background:lightblue;" | 13
| DC3 || style="font-size:large;" | ? || ^S || || style="text-align:left;" | Device Control 3 (oft. XOFF)
|-
|-
| 114||0162||0x72||r||
| 001 0100 || style="background:lightblue;" | 024 || style="background:#CFF;" | 20 || style="background:lightblue;" | 14
| DC4 || style="font-size:large;" | ? || ^T || || style="text-align:left;" | Device Control 4
|-
|-
| 115||0163||0x73||s||
| 001 0101 || style="background:lightblue;" | 025 || style="background:#CFF;" | 21 || style="background:lightblue;" | 15
| NAK || style="font-size:large;" | ? || ^U || || style="text-align:left;" | [[Negative-acknowledge character|Negative Acknowledgement]]
|-
|-
| 116||0164||0x74||t||
| 001 0110 || style="background:lightblue;" | 026 || style="background:#CFF;" | 22 || style="background:lightblue;" | 16
| SYN || style="font-size:large;" | ? || ^V || || style="text-align:left;" | [[Synchronous idle]]
|-
|-
| 117||0165||0x75||u||
| 001 0111 || style="background:lightblue;" | 027 || style="background:#CFF;" | 23 || style="background:lightblue;" | 17
| ETB || style="font-size:large;" | ? || ^W || || style="text-align:left;" | [[End Transmission Block character|End of Transmission Block]]
|-
|-
| 118||0166||0x76||v||
| 001 1000 || style="background:lightblue;" | 030 || style="background:#CFF;" | 24 || style="background:lightblue;" | 18
| CAN || style="font-size:large;" | ? || ^X || || style="text-align:left;" | [[Cancel character|Cancel]]
|-
|-
| 119||0167||0x77||w||
| 001 1001 || style="background:lightblue;" | 031 || style="background:#CFF;" | 25 || style="background:lightblue;" | 19
| EM || style="font-size:large;" | ? || ^Y || || style="text-align:left;" | [[End of Medium]]
|-
|-
| 120||0170||0x78||x||
| 001 1010 || style="background:lightblue;" | 032 || style="background:#CFF;" | 26 || style="background:lightblue;" | 1A
| SUB || style="font-size:large;" | ? || ^Z || || style="text-align:left;" | [[Substitute character|Substitute]]
|-
|-
| 121||0171||0x79||y||
| 001 1011 || style="background:lightblue;" | 033 || style="background:#CFF;" | 27 || style="background:lightblue;" | 1B
| ESC || style="font-size:large;" | ? || ^<nowiki>[</nowiki> || \e
|-
|-
| 122||0172||0x7A||z||
| 001 1100 || style="background:lightblue;" | 034 || style="background:#CFF;" | 28 || style="background:lightblue;" | 1C
| FS || style="font-size:large;" | ? || ^\ || || style="text-align:left;" | [[File separator|File Separator]]
|-
|-
| 123||0173||0x7B||{||
| 001 1101 || style="background:lightblue;" | 035 || style="background:#CFF;" | 29 || style="background:lightblue;" | 1D
| GS || style="font-size:large;" | ? || ^<nowiki>]</nowiki> || || style="text-align:left;" | [[Group separator|Group Separator]]
|-
|-
| 124||0174||0x7C||||
| 001 1110 || style="background:lightblue;" | 036 || style="background:#CFF;" | 30 || style="background:lightblue;" | 1E
| RS || style="font-size:large;" | ? || ^^ || || style="text-align:left;" | [[Record separator|Record Separator]]
|-
|-
| 125||0175||0x7D||}||
| 001 1111 || style="background:lightblue;" | 037 || style="background:#CFF;" | 31 || style="background:lightblue;" | 1F
| US || style="font-size:large;" | ? || ^_ || || style="text-align:left;" | [[Unit separator|Unit Separator]]
|-
|-
| 126||0176||0x7E||~||
| colspan="9" |
|-
|-
| 127||0177||0x7F||(DEL)||삭제
| 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]]
|}
|}


==같이 보기==
==주석==
*[[UTF-8]]
<references/>
*[[KS X 1001의 특수 문자]]
*[[자바스크립트 키코드]]
*[[바이트]]
*[[코드]]
*[[함수 ascii]]
*[[EBCDIC]]
*[[C언어 ASCII코드표 출력]]


==참고==
==참고 자료==
* {{위키백과}}
*http://en.wikipedia.org/wiki/ASCII
* {{영어 위키백과}}


[[분류: 캐릭터셋]]
[[분류: 캐릭터셋]]
[[분류: 코드]]

제타위키에서의 모든 기여는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스로 배포된다는 점을 유의해 주세요(자세한 내용에 대해서는 제타위키:저작권 문서를 읽어주세요). 만약 여기에 동의하지 않는다면 문서를 저장하지 말아 주세요.
또한, 직접 작성했거나 퍼블릭 도메인과 같은 자유 문서에서 가져왔다는 것을 보증해야 합니다. 저작권이 있는 내용을 허가 없이 저장하지 마세요!

취소 편집 도움말 (새 창에서 열림)