Vigesimal to Hexadecimal Converter

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

Valid digits: 0123456789ABCDEFGHIJ
255 (Base 20) = 389 (Base 16)
Step-by-Step Solution
1Convert Vigesimal to Decimal:

Each digit × 20^position:

DigitValuePositionCalculationResult
2222 × 20^2800
5515 × 20^1100
5505 × 20^05
Sum: 800 + 100 + 5 = 905
2Convert Decimal to Hexadecimal:

Divide by 16, collect remainders:

StepDividend÷ 16QuotientRemainderDigit
1905÷ 165699
256÷ 16388
33÷ 16033
Read bottom to top: 389
3Result:
255 (Base 20) = 389 (Base 16)

Conversion Table

DecimalVigesimalHexadecimal
000
111
222
333
444
555
666
777
888
999
10AA
15FF
16G10
201014
321C20

255 (Base 20) in All Bases

Number SystemBaseValue
Binary21110001001
Octal81611
Decimal10905
Hexadecimal16389
Ternary31020112
Quaternary432021
Quinary512110
Senary64105
Septenary72432
Duodecimal12635
Duotrigesimal32S9
Hexatrigesimal36P5

Popular Conversions

How to Convert Vigesimal to Hexadecimal

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

About Vigesimal

Maya numeral system. Uses digits: 0123456789ABCDEFGHIJ

About Hexadecimal

Used in programming and colors. Uses digits: 0123456789ABCDEF