Online Character to Octal ASCII Code Converter
Update time:
Tool Introduction:
ASCII code has various representations including character form, binary, octal, decimal, and hexadecimal. This tool converts ASCII characters to their octal form, also known as Character to Octal ASCII Code conversion. Enter ASCII characters in the text box below, click the "Convert to Octal ASCII" button, and the octal ASCII codes will be displayed in the result box.
View Examples
About Character to Octal ASCII Code:
This tool converts ASCII characters to their octal value representation.
Common ASCII character to octal ASCII code relationships:
- Numbers 0~9 correspond to ASCII codes from "060" to "071".
- Uppercase letters A~Z correspond to ASCII codes from "101" to "132".
- Lowercase letters a~z correspond to ASCII codes from "141" to "172".