翻訳と辞書
Words near each other
・ Hexacyclinol
・ Hexacyclonate
・ Hexacynodon
・ Hexacyrtis
・ Hexadactilia
・ Hexadactilia borneoensis
・ Hexadactilia civilis
・ Hexadactilia trilobata
・ Hexadecacarbonylhexarhodium
・ Hexadecagon
・ Hexadecagon (album)
・ Hexadecahedron
・ Hexadecanal dehydrogenase (acylating)
・ Hexadecane
・ Hexadecanol dehydrogenase
Hexadecimal
・ Hexadecimal time
・ Hexadehydro Diels-Alder reaction
・ Hexadic
・ Hexadimethrine bromide
・ Hexadrin
・ HexaDrive
・ Hexadyne P60
・ HeXaeon
・ Hexaethyl tetraphosphate
・ Hexaferrum
・ Hexaflake
・ Hexafluoride
・ Hexafluoro-2-butyne
・ Hexafluoro-2-propanol


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Hexadecimal : ウィキペディア英語版
Hexadecimal

In mathematics and computing, hexadecimal (also base , or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen. Hexadecimal numerals are widely used by computer systems designers and programmers. Several different notations are used to represent hexadecimal constants in computing languages; the prefix "0x" is widespread due to its use in Unix and C (and related operating systems and languages). Alternatively, some authors denote hexadecimal values using a suffix or subscript. For example, one could write 0x2AF3 or 2AF316, depending on the choice of notation.
As an example, the hexadecimal number 2AF316 can be converted to an equivalent decimal representation. Observe that 2AF316 is equal to a sum of (200016 + A0016 + F016 + 316), by decomposing the numeral into a series of place value terms. Converting each term to decimal, one can further write:
:
\begin
\mathrm_ & = & (2_ \times 16^3) & + & (\mathrm_ \times 16^2) & + & (\mathrm_ \times 16^1) & + & (3_ \times 16^0) \\
& = & (2 \times 4096) & + & (10 \times 256) & + & (15 \times 16) & + & (3 \times 1) \\
& = & 10995
\end

Each hexadecimal digit represents four binary digits (bits), and the primary use of hexadecimal notation is a human-friendly representation of binary-coded values in computing and digital electronics. One hexadecimal digit represents a nibble, which is half of an octet or byte (8 bits). For example, byte values can range from 0 to 255 (decimal), but may be more conveniently represented as two hexadecimal digits in the range 00 to FF. Hexadecimal is also commonly used to represent computer memory addresses.
==Representation==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Hexadecimal」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.