Skip to main content

십육진법 둘러보기 메뉴eh

기수법


16기수법로마 문자이진법바이트비트Hypercubeorder.svg아래첨자












십육진법




위키백과, 우리 모두의 백과사전.






둘러보기로 가기
검색하러 가기



기수법
개념


  • 위치 기수법

  • 비정수 기수법


숫자

  • 바빌로니아 숫자

  • 이집트 숫자

  • 그리스 숫자

  • 로마 숫자

  • 마야 숫자

  • 아라비아 숫자

  • 한자 숫자

진법


  • 단항 기수법 (1)


  • 이진법 (2)


  • 삼진법 (3)


  • 사진법 (4)


  • 오진법 (5)


  • 육진법 (6)


  • 팔진법 (8)


  • 십진법 (10)


  • 십일진법 (11)


  • 십이진법 (12)


  • 십육진법 (16)


  • 이십진법 (20)


  • 삼십육진법 (36)


  • 육십진법 (60)


v  d  e  h

십육진법(十六進法, hexadecimal)은 16을 밑으로 하는 기수법이다. 보통 0부터 9까지의 수와 A에서 F까지의 로마 문자를 사용하고, 이때 대소문자는 구별하지 않는다. 이진법 표기의 4자리와 십육진법 한 자리가 일대일 대응하며, 2진수가 많이 쓰이는 컴퓨터에서 2진수를 대신해 많이 쓰이고 있다.


1바이트는 8비트, 즉 2진수 8자리이므로, 16진수 두 자리로 표현할 수 있다.


Hypercubeorder.svg
































































































































































































































































0hex
=0dec=0oct0000

1hex
=1dec=1oct0001

2hex
=2dec=2oct0010

3hex
=3dec=3oct0011


4hex
=4dec=4oct0100

5hex
=5dec=5oct0101

6hex
=6dec=6oct0110

7hex
=7dec=7oct0111


8hex
=8dec=10oct1000

9hex
=9dec=11oct1001

Ahex
=10dec=12oct1010

Bhex
=11dec=13oct1011


Chex
=12dec=14oct1100

Dhex
=13dec=15oct1101

Ehex
=14dec=16oct1110

Fhex
=15dec=17oct1111

  • 십진수 환산
다음의 식과 같이 십육진수를 십진수로 환산할 수 있다.
- 십육진수 F32의 십진수 환산

F32=F×162+3×16+2=15×16×16+3×16+2=3840+48+2=3890displaystyle F32=Ftimes 16^2+3times 16+2=15times 16times 16+3times 16+2=3840+48+2=3890

수학식에서 16진수의 뒤에 아래첨자 (16)을 붙여 일반적인 십진수 표기법과 구분할 수 있으며, 컴퓨터 프로그래밍 언어 등에서는 16진수의 앞에 구분자로 0x, x, $, &H 등을 붙여 구분한다.









원본 주소 "https://ko.wikipedia.org/w/index.php?title=십육진법&oldid=17436517"










둘러보기 메뉴


























(window.RLQ=window.RLQ||[]).push(function()mw.config.set("wgPageParseReport":"limitreport":"cputime":"0.072","walltime":"0.106","ppvisitednodes":"value":189,"limit":1000000,"ppgeneratednodes":"value":0,"limit":1500000,"postexpandincludesize":"value":6449,"limit":2097152,"templateargumentsize":"value":86,"limit":2097152,"expansiondepth":"value":11,"limit":40,"expensivefunctioncount":"value":0,"limit":500,"unstrip-depth":"value":0,"limit":20,"unstrip-size":"value":36,"limit":5000000,"entityaccesscount":"value":0,"limit":400,"timingprofile":["100.00% 28.445 1 틀:기수법","100.00% 28.445 1 -total"," 84.79% 24.120 1 틀:안내바"," 53.10% 15.103 1 틀:틀바"],"cachereport":"origin":"mw1240","timestamp":"20190505101926","ttl":2592000,"transientcontent":false););"@context":"https://schema.org","@type":"Article","name":"uc2educ721uc9c4ubc95","url":"https://ko.wikipedia.org/wiki/%EC%8B%AD%EC%9C%A1%EC%A7%84%EB%B2%95","sameAs":"http://www.wikidata.org/entity/Q82828","mainEntity":"http://www.wikidata.org/entity/Q82828","author":"@type":"Organization","name":"uc704ud0a4ubbf8ub514uc5b4 ud504ub85cuc81dud2b8 uae30uc5ecuc790","publisher":"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":"@type":"ImageObject","url":"https://www.wikimedia.org/static/images/wmf-hor-googpub.png","datePublished":"2004-09-27T19:05:50Z","dateModified":"2016-10-19T13:12:54Z"(window.RLQ=window.RLQ||[]).push(function()mw.config.set("wgBackendResponseTime":159,"wgHostname":"mw1271"););

Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript