Hex to IP Converter Online

Hex to IP Conversion Basics

  • IPv4: 8 hex characters → 4 octets (e.g. C0A80101 → 192.168.1.1)
  • IPv6: 32 hex characters → 8 groups of 4 hex digits (can be compressed)
  • Each pair of hex digits converts to one decimal octet (00 to FF → 0 to 255)
  • Commonly needed when analyzing network packets or memory dumps

Conversion Features

  • Supports both IPv4 and IPv6 output formats
  • Handles multiple hex values at once
  • Option to automatically strip 0x prefixes
  • Validates hex input before conversion

FAQ

When would I need to convert hex to an IP?

This is useful when working with network packet captures, memory analysis, or any situation where IP addresses are stored in hexadecimal format.

What happens if the hex value is too short or too long?

The tool will flag invalid lengths - 8 chars for IPv4, 32 chars for IPv6 (excluding any prefixes).

Does it support compressed IPv6 notation?

Yes, the output will use standard IPv6 compression (like replacing consecutive zeros with ::).