"UTF-8"의 두 판 사이의 차이

4번째 줄: 4번째 줄:
:문자 1개를 나타내기 위해 1~4바이트 사용
:문자 1개를 나타내기 위해 1~4바이트 사용


;예시
==예시==
{| class="wikitable" style="font-weight: bold"
{| class="wikitable" style="font-weight: bold"
!colspan=2|Character
!colspan=2|문자
! Binary code point
! Binary code point
! Binary UTF-8
! 2진수
! Hexadecimal UTF-8
! 16진수
|-
|-
|$ || <code>U+0024</code>
|$ || <code>U+0024</code>

2012년 7월 15일 (일) 11:17 판

UCS Transformation Format—8-bit; UTF-8; utf8
  • 유니코드 문자인코딩 방식 중 하나
  • 가변길이 인코딩
문자 1개를 나타내기 위해 1~4바이트 사용

1 예시

문자 Binary code point 2진수 16진수
$ U+0024 0100100 00100100 24
¢ U+00A2 00010100010 11000010 10100010 C2 A2
U+20AC 0010000010101100 11100010 10000010 10101100 E2 82 AC
𤭢 U+24B62 000100100101101100010 11110000 10100100 10101101 10100010 F0 A4 AD A2

2 같이 보기

3 참고 자료

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