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.