hex·a·dec·i·mal
B2technicalUS/ˌhɛksəˈdɛsɪməl/UK드물게 쓰임
16진법의; 16진법
adjective형용사
- 1
noun명사
- 1
16진법 — 0–9와 A–F를 사용해 수를 나타내는 16진법B2〔computing〕
the base-16 number system, using 0–9 and A–F to represent values
This value is written in hexadecimal, not decimal.
이 값은 10진법이 아니라 16진법으로 쓰여 있다.
Programmers often use hexadecimal to read memory addresses.
프로그래머들은 메모리 주소를 읽을 때 16진법을 자주 사용한다.
뉘앙스 · 쓰임
decimal은 10진법, binary는 2진법, hexadecimal은 16진법을 가리킵니다. 일상 대화에서는 보통 쓰이지 않고, 프로그래밍이나 컴퓨터 관련 맥락에서는 줄여서 hex라고도 많이 말합니다.
기술·컴퓨터 분야 용어입니다. 웹 색상 코드에서는 #FF0000처럼 16진수 값이 쓰이며, 대문자 A–F와 소문자 a–f는 보통 같은 값으로 처리됩니다.
유의어 뉘앙스 비교
반의어
자주 쓰는 표현 · Collocations
adj+noun
- hexadecimal number16진수
- hexadecimal code16진수 코드
- hexadecimal value16진수 값
- hexadecimal color code16진수 색상 코드
prep+noun
- in hexadecimal16진법으로
verb+prep+noun
- convert to hexadecimal16진수로 변환하다
어원 · 암기 팁
[Greek and Latin]Greek계 접두 요소 hexa- ‘여섯’과 Latin계 decimal ‘십진의’가 결합해 만들어진 말입니다. 10개의 숫자에 6개의 추가 기호를 더해 모두 16개의 기호를 쓰는 체계를 가리킵니다.
hexa- ‘여섯’ + decimal ‘십진의’
💡 hexadecimal은 ‘hex(6) + decimal(10)’로 생각하면 6+10=16, 즉 16진법을 떠올리기 쉽습니다.