bookmark

Base 13 to Hexadecimal (base 16)

Converter Tool

to


 
base 13 is a positional numeral system with thirteen as its base. It uses 13 different digits for representing numbers. The digits for base 13 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, and c.

conversion table

base 13hexadecimal (base 16)base 13hexadecimal (base 16)
1= 1b= b
2= 2c= c
3= 310= d
4= 411= e
5= 512= f
6= 613= 10
7= 714= 11
8= 815= 12
9= 916= 13
a= a17= 14

In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.

conversion table

hexadecimal (base 16)base 13hexadecimal (base 16)base 13
1≈ 1b≈ b
2≈ 2c≈ c
3≈ 3d≈ 10
4≈ 4e≈ 11
5≈ 5f≈ 12
6≈ 610≈ 13
7≈ 711≈ 14
8≈ 812≈ 15
9≈ 913≈ 16
a≈ a14≈ 17