LC·Dict

hex·a·dec·i·mal

B2technical
US/ˌhɛksəˈdɛsɪməl/UK드물게 쓰임

16진법의; 16진법

adjective형용사

  1. 1

    16진법의, 16진수의16진법을 사용하는; 16진법의B2computing

    using or relating to a base-16 number system

    • The program prints the error code in hexadecimal form.

      그 프로그램은 오류 코드를 16진수 형식으로 출력한다.

    • Hexadecimal color codes are common in web design.

      웹 디자인에서는 16진수 색상 코드가 흔히 쓰인다.

    유의어base-16, hex

    반의어decimal, binary

noun명사

  1. 1

    16진법0–9와 A–F를 사용해 수를 나타내는 16진법B2computing

    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진법을 자주 사용한다.

    유의어base-16, hex

    반의어decimal, binary

뉘앙스 · 쓰임

decimal은 10진법, binary는 2진법, hexadecimal은 16진법을 가리킵니다. 일상 대화에서는 보통 쓰이지 않고, 프로그래밍이나 컴퓨터 관련 맥락에서는 줄여서 hex라고도 많이 말합니다.

기술·컴퓨터 분야 용어입니다. 웹 색상 코드에서는 #FF0000처럼 16진수 값이 쓰이며, 대문자 A–F와 소문자 a–f는 보통 같은 값으로 처리됩니다.

유의어 뉘앙스 비교

base-16
같은 체계를 가리키지만 더 직접적으로 밑이 16임을 설명합니다.
hex
hexadecimal의 짧은 형태로, 구어체와 기술 문서에서 모두 자주 보입니다.

반의어

decimal
10을 밑으로 하는 수 체계입니다.
binary
2를 밑으로 하는 수 체계입니다.

자주 쓰는 표현 · 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진법을 떠올리기 쉽습니다.