Octal (base 8) to Hexadecimal (base 16)

Converter Tool

Loading ...
more_horiz

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right). For example, the binary representation for decimal 74 is 1001010. Two zeroes can be added at the left: (00)1 001 010, corresponding the octal digits 1 1 2, yielding the octal representation 112.

conversion table

octal (base 8)18283848586878108118128
hexadecimal (base 16)116216316416516616716816916a16
https://trustconverter-com.cdn.ampproject.org/c/s/trustconverter.com/en/amp/base-number-conversion/octal/octal-to-hexadecimal/base-number-conversion-table.html

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)116216316416516616716816916a16
octal (base 8)18283848586878108118128