Tested tool guide
Tested browser tools
Checked August 16, 2026
What IPv4 to IPv6 Converter does, with a checked example
Starting with one dotted-decimal IPv4 address, this converter produces its IPv4-mapped and IPv4-compatible IPv6 representations. It translates the four octets into the final 32 bits, then shows how the mapped and compatible prefixes change the complete 128-bit address. The important distinction is that this is an address representation conversion, not an allocation of native IPv6 service. The compatible form is also a deprecated transition format, while mapped addresses remain useful when software represents an IPv4 node in an IPv6-sized address field.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
IPv4-mapped: ::ffff:192.0.2.1 (hex: ::ffff:c000:201)
IPv4-compatible: ::192.0.2.1 (hex: ::c000:201)
The octets 192, 0, 2, and 1 become the hexadecimal bytes c0, 00, 02, and 01, forming the hextets c000:0201. IPv6 text may omit the leading zero in 0201, producing c000:201.