IP to Hex
Your data never leaves your browserConvert IPv4 addresses to their hexadecimal representation.
Brie — Bug Reporting Tool
Found a bug while testing?
Brie captures screenshots, console logs, network data, and session replays in one click — so developers get the full context without the back-and-forth.
About IP to Hex
Convert one or more IPv4 addresses (one per line) to hexadecimal format. Each octet is converted to a 2-digit hex value and concatenated. This format is used in network configuration, packet analysis, and some database storage formats.
How to use
- Enter one IPv4 address per line in the input panel.
- The hex equivalent appears instantly in the output panel.
- Click Copy to copy the results to your clipboard.
More Number / Base Conversion
Frequently Asked Questions
FAQs about IP to Hex
How are IP addresses converted to hex?
Each of the four octets in an IPv4 address is converted to a 2-digit hex value. For example, 192.168.1.1 becomes C0A80101.
What is 192.168.1.1 in hex?
192=C0, 168=A8, 1=01, 1=01 → C0A80101.
Where is hex IP representation used?
Hex IP addresses appear in network packet captures (Wireshark), some database storage formats, firewall rule logs, and URL encoding of IP addresses.
Does this tool support IPv6?
This tool supports IPv4 addresses only (four octets separated by dots).
Can I convert multiple addresses at once?
Yes. Enter one IPv4 address per line and the tool will convert each one individually.