IPv4 Address Converter

Enter an IPv4 address in any format (dotted, integer, hex, binary, octal) to see all representations. Useful for networking, programming, and security analysis.

Enter an IPv4 address in any format.

Result

Enter your values and press Calculate — the result appears here.

Worked examples

Convert 192.168.1.1

  • address = 192.168.1.1

Result: Integer: 3232235777, Hex: 0xc0a80101

Frequently asked questions

What format is the integer representation?

The integer is the 32-bit unsigned value of the IP address when octets are read left-to-right as a big-endian number. 192.168.1.1 = 192*2^24 + 168*2^16 + 1*2^8 + 1 = 3,232,235,777.

💬 Discuss on BestWordz Community

Join the conversation about Cybersecurity, ipv4 converter, ip address format on the BestWordz Community forum.

Visit Forum →
Copied!