bookmark

Base 15 to Hexadecimal (base 16)

Converter Tool

to


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

conversion table

base 15hexadecimal (base 16)base 15hexadecimal (base 16)
1= 1b= b
2= 2c= c
3= 3d= d
4= 4e= e
5= 510= f
6= 611= 10
7= 712= 11
8= 813= 12
9= 914= 13
a= a15= 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 15hexadecimal (base 16)base 15
1≈ 1b≈ b
2≈ 2c≈ c
3≈ 3d≈ d
4≈ 4e≈ e
5≈ 5f≈ 10
6≈ 610≈ 11
7≈ 711≈ 12
8≈ 812≈ 13
9≈ 913≈ 14
a≈ a14≈ 15