ASCII to Hex encodes each character as its byte value in hexadecimal. For example, A becomes 41, and Hello becomes 48 65 6C 6C 6F. This is useful for debugging protocols, firmware strings, and binary logs.
Hi → 48 69\n) → 0A, CR (\r) → 0D