Octal Converter
Convert octal numbers to decimal, binary, hex with file permissions.
Octal
0o52
Decimal
42
Binary
0b101010
Hexadecimal
0x2A
Unix File Permissions (chmod 052)
Owner
---
Group
r-x
Others
-w-
Convert octal numbers to decimal, binary, hex with file permissions.
0o52
42
0b101010
0x2A
---
r-x
-w-