IP → Octal 변환
IP 값을 Octal로 변환합니다. 레지스터 덤프, 비트마스크, 패킷 분석, 프로토콜 디버깅에 적합하며 처리는 브라우저 안에서 끝납니다.
Standard dotted-decimal IPv4.
Each octet rendered in octal, padded to 3 digits.
Convert IPv4 addresses to octal. Each octet is represented as a zero-padded 3-digit octal number, separated by dots — handy for cross-checking older systems that consume octal IPs.
Why is each octal group exactly 3 digits?
Three octal digits cover 0..511, which is the smallest fixed width that contains every IPv4 octet (0..255).