Ternary to Hexadecimal Converter

Convert Ternary (Base 3) to Hexadecimal (Base 16) with step-by-step solution.

Valid digits: 012
Invalid digit "5" for Ternary. Valid digits: 012

Conversion Table

DecimalTernaryHexadecimal
000
111
222
3103
4114
5125
6206
7217
8228
91009
10101A
15120F
1612110
2020214
32101220

Popular Conversions

How to Convert Ternary to Hexadecimal

To convert from Ternary (base 3) to Hexadecimal (base 16), first convert to decimal, then convert from decimal to Hexadecimal.

About Ternary

Three-valued logic. Uses digits: 012

About Hexadecimal

Used in programming and colors. Uses digits: 0123456789ABCDEF