BinaryCon Binary Converter

ASCII → Octal

Result

ASCII → Octal

Convert ASCII characters to octal byte values.

Example: Hi

Definition: Encodes each ASCII character into its octal byte representation.

Conversion

ASCII → Octal: map each character to its byte value and render as a 3-digit octal number (pad with leading zeros if needed).
Example: 'A' → 65 → 101 (octal)