Hexadecimal to Vigesimal Converter

Convert Hexadecimal (Base 16) to Vigesimal (Base 20) with step-by-step solution.

Valid digits: 0123456789ABCDEF
255 (Base 16) = 19H (Base 20)
Step-by-Step Solution
1Convert Hexadecimal to Decimal:

Each digit × 16^position:

DigitValuePositionCalculationResult
2222 × 16^2512
5515 × 16^180
5505 × 16^05
Sum: 512 + 80 + 5 = 597
2Convert Decimal to Vigesimal:

Divide by 20, collect remainders:

StepDividend÷ 20QuotientRemainderDigit
1597÷ 202917H
229÷ 20199
31÷ 20011
Read bottom to top: 19H
3Result:
255 (Base 16) = 19H (Base 20)

Conversion Table

DecimalHexadecimalVigesimal
000
111
222
333
444
555
666
777
888
999
10AA
15FF
1610G
201410
32201C

255 (Base 16) in All Bases

Number SystemBaseValue
Binary21001010101
Octal81125
Decimal10597
Ternary3211010
Quaternary421111
Quinary54342
Senary62433
Septenary71512
Duodecimal12419
Vigesimal2019H
Duotrigesimal32IL
Hexatrigesimal36GL

Popular Conversions

How to Convert Hexadecimal to Vigesimal

To convert from Hexadecimal (base 16) to Vigesimal (base 20), first convert to decimal, then convert from decimal to Vigesimal.

About Hexadecimal

Used in programming and colors. Uses digits: 0123456789ABCDEF

About Vigesimal

Maya numeral system. Uses digits: 0123456789ABCDEFGHIJ