Hex to IP Converter

Convert a 32-bit hexadecimal value into a dotted IPv4 address.

Result

About this tool

Hex to IP makes it easy to decode IPv4 addresses shown in packet captures, configs, or code constants.

Common use cases

  • Reading low-level protocol dumps.
  • Translating embedded firmware values.
  • Converting logs that store IPs as hex.

How it works

  1. Enter 8 hex characters (with or without 0x).
  2. The value is split into four bytes.
  3. Each byte is converted to decimal octets.

FAQ

Uppercase or lowercase hex?
Both are accepted.

Can I paste separators?
Yes, non-hex characters are stripped automatically.