asked
Computer Engineering for Developers 1: Computer Architecture + Operating Systems for Self-study
How to represent text with 0s and 1s
Written on
·
54
0
0과 1로 문자를 표현하는 방법 챕터에서
한과 글을 예시로 들어주셨을 때 최종값이
한 : 11101101 10010101 10011100(2)
글 : 11101010 10111000 1000000(2)
이라고 나오는건 EUC-KR에서의 완성형 인코딩 방식인걸까요?
Answer