Hexadecimal/de

From Lazarus wiki
Revision as of 21:08, 14 June 2008 by Pierredrks (talk | contribs) (New page: Hexadecimal Aus Lazarus-ccr Wechseln zu: Navigation, Suche Hexadecimal (hex) is number system to the base 16. In hexadecimal the decimal numbers 0–15 are represented by the symbols 0, 1...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Hexadecimal Aus Lazarus-ccr Wechseln zu: Navigation, Suche

Hexadecimal (hex) is number system to the base 16. In hexadecimal the decimal numbers 0–15 are represented by the symbols 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F. Hexadecimal numbers are easy to convert to the computer's internal binary code and are more compact than binary numbers. One hexadecimal digit stands in place of four binary bits (4-bits).

In Pascal hexadecimal is indicated by use a prefixed $

Das Hexadezimalsystem (Hex) ist Zahlensystem zur Basis 16. Im Hexadezimalsystem werden die Zahlen von 0-15 durch die Symbole 0,1,...,9,A,B,C,D,E,F dargestellt, wobei 0-9 für die bekannten Zahlen stehen und A-F für die Zahlen 10-15. Hexadezimalzahlen lassen sich leicht in das Computerinterne Binärsytem umwandeln und sind in der Darstellung kürzer als Binärzahlen. Eine Hexadezimalzahl(auch Nibble genannt) entspricht 4 Binärstellen (4 bits).