diff options
Diffstat (limited to 'files/ko/glossary/utf-8/index.html')
-rw-r--r-- | files/ko/glossary/utf-8/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ko/glossary/utf-8/index.html b/files/ko/glossary/utf-8/index.html new file mode 100644 index 0000000000..1052533c1a --- /dev/null +++ b/files/ko/glossary/utf-8/index.html @@ -0,0 +1,17 @@ +--- +title: UTF-8 +slug: Glossary/UTF-8 +translation_of: Glossary/UTF-8 +--- +<p>UTF-8(UCS Transformation Format 8)은 월드 와이드 웹의 가장 일반적인 {{Glossary("Character encoding", "문자 인코딩")}}이다. 각 문자는 1~4바이트로 표시된다. UTF-8은 {{Glossary("ASCII")}}와 역호환되며 표준 유니코드 문자를 나타낼 수 있다.</p> + +<p>처음 128개의 UTF-8 문자는 처음 128개의 ASCII 문자(숫자 0-127)와 정확히 일치하며, 이는 기존 ASCII 텍스트가 이미 유효한 UTF-8임을 의미한다. 다른 모든 문자는 2 ~ 4바이트를 사용한다. 각각의 바이트는 인코딩 목적으로 남겨진 비트가 있다. 비 ASCII 문자가 저장을 위해 1 바이트 이상을 요구하기 때문에, 바이트가 분리되고 재결합되지 않은 상태로 실행하면 손상될 위험이 있다.</p> + +<h2 id="더_알아보기" style="line-height: 18px;"><span style="font-size: 27.4286px;">더 알아보기</span></h2> + +<h3 id="일반적인_지식"><strong>일반적인 지식</strong></h3> + +<ul> + <li>Wikipedia의 {{Interwiki("wikipedia", "UTF-8")}} </li> + <li><a href="http://www.unicode.org/faq/utf_bom.html#UTF8">FAQ about UTF-8 on Unicode website</a></li> +</ul> |