bookmark

Hexadecimal (base 16) to Base 8

Converter Tool

to


 

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 8hexadecimal (base 16)base 8
1= 1b= 13
2= 2c= 14
3= 3d= 15
4= 4e= 16
5= 5f= 17
6= 610= 20
7= 711= 21
8= 1012= 22
9= 1113= 23
a= 1214= 24
base 8 is a positional numeral system with eight as its base. It uses 8 different digits for representing numbers. The digits for base 8 could be 0, 1, 2, 3, 4, 5, 6, and 7.

conversion table

base 8hexadecimal (base 16)base 8hexadecimal (base 16)
1≈ 113≈ b
2≈ 214≈ c
3≈ 315≈ d
4≈ 416≈ e
5≈ 517≈ f
6≈ 620≈ 10
7≈ 721≈ 11
10≈ 822≈ 12
11≈ 923≈ 13
12≈ a24≈ 14