IPv4 Converter

Convert IPv4 between decimal, integer, binary and hex.

Dotted decimal
192.168.1.1
Integer
3232235777
Binary
11000000.10101000.00000001.00000001
Hex
0xC0A80101

Free online IPv4 converter. Enter a dotted-decimal IPv4 address to see its 32-bit integer, binary and hexadecimal representations at once. Handy for firewall rules and low-level networking. Runs in your browser.

How to use the IPv4 Converter

  1. 01Enter a dotted-decimal IPv4 address, e.g. 192.168.1.1.
  2. 02See the integer, binary and hexadecimal forms instantly.
  3. 03Copy whichever representation you need.

Frequently asked questions

Why convert an IP to an integer?

A 32-bit integer is a compact way to store, compare and range-check IP addresses — useful in databases, GeoIP lookups and firewall logic.

What does the binary form show?

It shows each of the four octets as eight bits, which makes subnet masks and network boundaries easy to see at a glance.