IP Address Converter
// Convert between IP formats (decimal, binary, hex)
#About IP Address Converter
Free online IP address converter. Convert IPv4 addresses between dotted decimal, binary, hexadecimal, and integer formats instantly. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.
#FAQ
What formats can IP addresses be represented in? ▾
IPv4 addresses can be represented in dotted decimal (192.168.1.1), binary (11000000.10101000.00000001.00000001), hexadecimal (C0.A8.01.01), or as a single 32-bit integer (3232235777).
How do I convert an IP address to binary? ▾
Each octet of the IP address (the numbers between dots) is converted to its 8-bit binary equivalent. For example, 192 becomes 11000000, 168 becomes 10101000, etc.
</> Embed this tool ▾
Copy this code to embed the tool on your website. Adjust the height to fit your layout.
<iframe src="https://www.browserutils.dev/embed/ip-address-converter" width="100%" height="500" frameborder="0" title="IP Address Converter"></iframe>