Little Endian VS Big Endian
A hexadecimal is 0 ~ F (0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F).Two hexadecimals are 00 ~ FF, which is a byte. Big endian is the order we use in everyday life(0x is a notation for hexadecimal).0x 80 00= 8 * (16**3) in decimal Little endian is in the reverse order of the big endian.0x 00 80So we should change the order before we read it.0x 00 80 (little endian) -> 0x 80 00 (big endian) Lit..
2023. 11. 6.
단축키
내 블로그
내 블로그 - 관리자 홈 전환 |
Q
Q
|
새 글 쓰기 |
W
W
|
블로그 게시글
글 수정 (권한 있는 경우) |
E
E
|
댓글 영역으로 이동 |
C
C
|
모든 영역
이 페이지의 URL 복사 |
S
S
|
맨 위로 이동 |
T
T
|
티스토리 홈 이동 |
H
H
|
단축키 안내 |
Shift + /
⇧ + /
|
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.