Base-5 to Hexadecimal Converter

Only numbers. No commas. Dot for decimal.
1 in base-5 = 1 in hexadecimal
1 in base-5 also equal to:
1 in binary1 in octal1 in decimal1 in hexadecimal1 in base-21 in base-31 in base-41 in base-61 in base-71 in base-81 in base-91 in base-101 in base-161 in base-201 in base-241 in base-321 in base-36

Base-5

Base-5 (also called quinary) number system uses five symbols to code information. Most commonly, these symbols are, 0, 1, 2, 3 and 4.

Hexadecimal

Definition of Hexadecimal Number System: The hexadecimal (also base-16 or simply hex) number system is a positional numeral system that represents numbers using a base of 16. Unlike the decimal system representing numbers using 10 symbols, hexadecimal uses 16 distinct symbols, most often the symbols '0–9' to represent values 0 to 9, and 'A–F' (or alternatively 'a–f') to represent values from 10 to 15.