Skip to content
Category

Positional numeral systems

page 1
decimal
thumb|upright=1.2|Place value of number in decimal system
hexadecimal
Hexadecimal (hex for short) is a positional numeral system for representing a numeric value as base 16. For the most common convention, a digit is represented as "0" to "9" like for decimal and as a letter of the alphabet from "A" to "F" (either upper or lower case) for the digits with decimal value 10 to 15.
duodecimal
The duodecimal system, also known as base twelve or dozenal (from dozen), is a positional numeral system using twelve as its base. In duodecimal, the number twelve is denoted "10", meaning 1 twelve and 0 units; in the decimal system, this number is instead written as "12" meaning 1 ten and 2 units, and the string "10" means ten. In duodecimal, "100" means twelve squared (144), "1,000" means twelve cubed (1,728), and "0.1" means a twelfth (0.08333...).
sexagesimal
Sexagesimal, also known as base 60, is a numeral system with sixty as its base. It originated with the ancient Sumerians in the 3rd millennium BC, was passed down to the ancient Babylonians, and is still used—in a modified form—for measuring time, angles, and geographic coordinates.
vigesimal
thumb|The Maya numerals are an example of a base-20 numeral system.
positional notation
method for representing or encoding numbers
decimal separator
symbol used to separate the integer part from the fractional part in the positional notation of a decimal number
ternary numeral system
numeral system with three as its base
senary
A senary () numeral system (also known as base-6, heximal, or seximal) has six as its base. It has been adopted independently by a small number of cultures. Like the decimal base 10, the base is a semiprime, though it is unique as the product of the only two consecutive numbers that are both prime (2 and 3). As six is a superior highly composite number, many of the arguments made in favor of the duodecimal system also apply to the senary system.
quinary
Quinary (base 5 or pental) is a numeral system with five as the base. A possible origination of a quinary system is that there are five digits on either hand.
undecimal
Undecimal (also known as unodecimal, undenary, and the base 11 numeral system) is a positional numeral system that uses eleven as its base. While no known society counts by elevens, two are purported to have done so: the Māori (one of the two Polynesian peoples of New Zealand) and the Pañgwa (a Bantu-speaking people of Tanzania). The idea of counting by elevens remains of interest for its relation to a traditional method of tally-counting practiced in Polynesia.
Base58
REDIRECT Binary-to-text encoding#Base58
Ascii85
Ascii85, also called Base85, is a binary-to-text encoding developed by Paul E. Rutter for the btoa utility. By using five ASCII characters to represent four bytes of binary data (making the encoded size larger than the original, assuming eight bits per ASCII character), it is more efficient than uuencode or Base64, which use four characters to represent three bytes of data ( increase, assuming eight bits per ASCII character).