- What's the mapped form?
- ::ffff:a.b.c.d — an IPv6 representation that includes an IPv4 address. Used in dual-stack systems where the OS routes IPv4 through IPv6-only code paths.
- When would I use this?
- Reading server logs from dual-stack systems, or debugging why an IPv6 firewall rule isn't matching IPv4 traffic. Most users never encounter it.
- Are there other representations?
- ::a.b.c.d (deprecated, IPv4-compatible), 2002:... (6to4 transitional), 2001:... (Teredo). The tool converts all of them.
- Is the conversion bidirectional?
- For IPv4-mapped yes — ::ffff:1.2.3.4 → 1.2.3.4 cleanly. Other IPv6 formats don't always round-trip; the tool is explicit about this.