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
- Enter 8 hex characters (with or without 0x).
- The value is split into four bytes.
- 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.