Hexadecimal


Refers to the base-16 number system, which consists of 16 unique symbols: the numbers 0 to 9 and the letters A to F. For example, the decimal number 15 is represented as F in the hexadecimal numbering system. The hexadecimal system is useful because it can represent every byte (8 bits) as two consecutive hexadecimal digits. It is easier for humans to read hexadecimal numbers than binary numbers.

To convert a value from hexadecimal to binary, you merely translate each hexadecimal digit into its 4-bit binary equivalent. Hexadecimal numbers have either an 0x prefix or an hsuffix. For example, the hexadecimal number

0x3F7A

translates to the following binary number:

0011 1111 0111 1010

Read Also:

  • hibernate mode

    A power management mode that conserves power by powering down the system. In hibernate mode the current state of the system is saved to the hard drive, and the system will power down. When a user turns the system power back on, the saved information is read from the hard disk, restoring the last used […]

  • hidden file

    A file with a special hidden attribute turned on, so that the file is not normally visible to users. For example, hidden files are not listed when you execute the DOS DIR command. However, most file management utilities allow you to view hidden files. DOS hides some files, such as MSDOS.SYS and IO.SYS, so that […]

  • hidden keyword

    In search engine optimization (SEO), this refers to keywords or phrases that are placed in the HTML source code and are not seen by those visiting the Web page.

  • hidden text

    See under keyword stuffing.

  • Hierarchical

    )Refers to systems that are organized in the shape of a pyramid, with each row of objects linked to objects directly beneath it. Hierarchical systems pervade everyday life. The army, for example, which has generals at the top of the pyramid and privates at the bottom, is a hierarchical system. Similarly, the system for classifying […]


Disclaimer: Hexadecimal definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.