• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

HexadecimalEdit

Created 2007-04-06, updated 2017-05-18

Hexadecimal or hex numbers are integers written in base-16. The possible range for each digit is from 0 through to 9 then a through f (inclusive). That is "a" in hexadecimal is equivalent to 10 in decimal.

You can use a tool like WinHex to perform conversions between numbers of different bases.

  • development
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).