Binary から IP へ
Binary 値を IP に変換します。レジスタダンプ、ビットマスク、パケット解析、プロトコルデバッグに向いており、処理はブラウザ内で完結します。
Either a 32-bit string or four 8-bit groups separated by dots.
Dotted-decimal IPv4.
Decode a 32-bit binary value into an IPv4 address. Inputs may be a single 32-bit string or four 8-bit groups separated by dots, which is how networking textbooks usually present the binary form.
Why use dotted binary?
Grouping by octet matches the structure of IPv4 addressing and makes mental conversion easier.