Конвертер 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.