Yaykyi Tools

IPv4 Address Converter Online — Decimal, Hex, Binary

Convert IPv4 addresses between dotted decimal, binary, hexadecimal, and 32-bit integer formats. Free online IP address converter.

⌘ KSearch tools⌘ ↵Process⌘ ⇧ CCopy result

What is IPv4 Address Converter Online?

Every IPv4 address is a 32-bit integer expressible in multiple formats. Dotted decimal (192.168.1.1) is the human-readable standard. Binary shows the raw bit pattern — essential for subnet mask calculations. Hexadecimal is used in packet analysis and some programming APIs.

How to Use IPv4 Address Converter Online

  1. Enter an IP address in any format.
  2. All equivalent representations update instantly.

Frequently Asked Questions

What is the integer for 192.168.1.1?

3232235777. Each octet occupies 8 bits: (192<<24) | (168<<16) | (1<<8) | 1.

See Also