IPv4 Converter — Free Online Tool
Convert an IPv4 address to binary, decimal integer, and hexadecimal.
About IPv4 Converter
The IPv4 Converter translates a standard dotted-decimal IP address into its 32-bit binary, integer (decimal), and hexadecimal forms. These representations are useful for subnetting practice, database storage, low-level networking, and debugging.
It runs entirely in your browser, so conversions are instant and your input is never sent anywhere.
How to Use IPv4 Converter
- Enter an IPv4 address such as 192.168.1.10.
- Click Convert.
- Read the binary, decimal integer, and hexadecimal forms.
- Copy whichever representation you need.
Key Features
IPv4 to 32-bit binary (per octet)
IPv4 to integer (decimal)
IPv4 to hexadecimal
Validates the address as you go
100% client-side and private
Frequently Asked Questions
What conversions does this tool do?
Enter a dotted-decimal IPv4 address and it shows the 32-bit binary form (in octets), the integer (decimal) value, and the hexadecimal representation.
Why convert an IP to an integer?
Some databases, APIs, and routing tables store IP addresses as a single 32-bit integer for fast comparison and storage. This tool gives you that value.
What is the binary form used for?
Binary makes subnetting and mask logic clear, since network and host bits are visible. Each octet is shown as 8 bits.
Is my input private?
Yes. The conversion happens entirely in your browser with no uploads.