vote up 1 vote down star

if digit is the name for a number on base 10, what would be the name for a number on base 16? Hexgit?

flag

What does this have to do with etiquette? Characters won't be offended if we call them by the wrong names. – Rob Kennedy Jan 15 at 5:37
What do you suggest? a ne tag maybe? – Igor Zelaya Jan 15 at 5:39

closed as not programming related by Steven A. Lowe Jan 15 at 6:15

8 Answers

vote up 4 vote down check

Digit. Simply a hexadecimal one.

Are you looking for an analogue to bit for binary digit? Hexgit wouldn't be my choice; it doesn't really roll off the tongue. As for the unit of storage, a hex digit represents a nibble's worth (or nybble).

link|flag
hahahahaha....I just made up Hexgit.... – Igor Zelaya Jan 15 at 5:49
"Hexit" would be easier to say, but I don't see anyone using that word in this context. Perhaps there simply isn't demand for a separate word. – Rob Kennedy Jan 15 at 5:56
I've used hexit for a long time, as has everyone else i know in the field – warren Feb 13 at 18:45
vote up 1 vote down

"Hexdigit" and "hex digit" are both in wide use in textbooks.

link|flag
vote up 0 vote down

"Hexgit" would be a bad choice since "hex" formally suggests base six rather than 16.

"Hexdecit" would retain the 6+10 representation, but I would stick with "digit".

link|flag
vote up 1 vote down

Still "digit", as long as you have 16 fingers ;-)

link|flag
+1 for making me laugh...jajajaj – Igor Zelaya Jan 15 at 6:02
vote up 2 vote down

define: digit

One of the elements that collectively form a system of numeration.

link|flag
vote up 1 vote down

There isn't really a consensus, I don't think, but see http://en.wikipedia.org/wiki/Units_of_information for some options.

Personally, I'd just say "hex digit".

link|flag
vote up 1 vote down

The word 'digit' can be used in any number system. The only exceptions are 'bit' which is really just short for 'binary digit' and 'trit' which is short for 'ternary digit'. (You can still call bits and trits 'digits', however.)

link|flag
"trit" and not "tit"? The "r" is not even beside the "t"! :) – Kip Feb 5 at 16:03
vote up 6 vote down

It's a "nibble" (i.e., half a byte).

http://en.wikipedia.org/wiki/Nibble

link|flag
ha! I haven't heard of nibbles in years. – Al W Jan 15 at 5:37
Also we'd accept nybble. – ctacke Jan 15 at 5:41

Not the answer you're looking for? Browse other questions tagged or ask your own question.