Network
IPv4 Address Converter
Translate dotted decimal, unsigned integer, hexadecimal, or 32-bit binary input into comparable IPv4 representations.
About this tool
When to use it
Translate dotted decimal, unsigned integer, hexadecimal, or 32-bit binary input into comparable IPv4 representations.
How to use it
Enter one supported representation and select Convert IPv4 address. Check the decimal and hexadecimal values when comparing logs from systems that store addresses differently.
Guide updated . Examples checked against this implementation.
Worked examples
A private address in multiple forms
Input
192.168.1.10Expected output
Unsigned decimal: 3232235786; Hexadecimal: 0xC0A8010A; Binary: 11000000.10101000.00000001.00001010The first octet occupies the highest-order byte. All representations refer to the same unsigned 32-bit value.
Errors and unsupported input
A negative decimal value copied from a signed fieldDetermine the source system's signed representation first. This workspace accepts unsigned values from 0 through 4294967295.
Continue this workflow
- IPv4 Subnet Calculator: Apply a CIDR prefix to calculate the address's subnet.
Questions
Frequently asked questions
Does Other unicast mean publicly reachable?
No. Consult the current special-use registry and actual routing configuration. A partial classifier cannot establish public reachability.