BinaryCon Binary Converter

Hexadecimal → Octal

Result

Hexadecimal → Octal

Convert hexadecimal to octal representation.

Example: 4F

Definition: Converts hexadecimal input into its octal representation.

Conversion formula

Hex → Octal:
Convert hex → binary (4 bits per hex digit), then group into 3-bit groups and convert to octal.

Example: 0x1F → binary 0001 1111 → group 001 111 1 → octal 037