Free · Online · IPv4 / Decimal / Hex / IPv4-mapped IPv6
IP Converter
Convert IPv4 addresses, unsigned decimal integers, hexadecimal values, and IPv4-mapped IPv6 text in one place.
Enter one value and the page instantly returns IPv4, decimal, hex, long IPv6, and short IPv6 formats with normalized output.
Enter an IPv4 address, decimal integer, hex value, or IPv4-mapped IPv6 value to generate all five normalized formats.
-
Decimal
Hex
IPv6 (long)
IPv6 (short)
Decimal to IPv4
Treat the decimal input as a 32-bit unsigned integer, then split it into four IPv4 octets. This is useful when logs or databases store an address as one integer.
2416705538 to IPv4
2416705538 → 144.12.0.2 → 0x900C0002
167871592 to IPv4
167871592 → 10.1.132.104 → 0x0A018468
123456 to IPv4
123456 → 0.1.226.64 → 0x0001E240
IPv4 to Hex
Convert a dotted IPv4 address into uppercase hex with the 0x prefix so packet captures, scripts, and logs use one consistent representation.
144.5.144.34 → 0x90059022
144.5.144.34 maps to decimal 2416283682 and hex 0x90059022.
10.1.2.3 → 0x0A010203
Useful when you need to compare IPv4 values against protocol fields, firewall rules, or script output.
Hex to IPv4
Paste hex with or without the 0x prefix. The converter normalizes the value first, then returns IPv4, decimal, and IPv4-mapped IPv6 forms.
0x90059022 → 144.5.144.34
Both 0x90059022 and 90059022 resolve to the IPv4 address 144.5.144.34.
0A018468 → 10.1.132.104
Input is case-insensitive; output is normalized to uppercase hex with the standard prefix.
Normalize IPv4 Text
A valid IPv4 address has four decimal octets and each octet must stay between 0 and 255. Inputs like 001.002.003.004 normalize to 1.2.3.4, while out-of-range values fail with a clear error.
About 64-bit integer inputs
Standard IPv4 uses 32 bits only. This page never pretends that a 64-bit integer is a valid IPv4 address.
The accepted IPv4 integer range is 0 to 4294967295. Anything outside that range returns an explicit error instead of a misleading conversion.
Continue with: Unix Timestamp Converter · All Tools