Octal → Hex 변환
Octal 값을 Hex로 변환합니다. 레지스터 덤프, 비트마스크, 패킷 분석, 프로토콜 디버깅에 적합하며 처리는 브라우저 안에서 끝납니다.
Octal digits 0–7.
Hexadecimal value, uppercase.
Convert octal values into hexadecimal. Useful when migrating older scripts and configuration files that used octal into modern code that prefers hex.
Is the conversion lossless?
Yes. Both formats represent the same integer; only the textual representation differs.