Char to ASCII
Convert characters to their ASCII code values.
When to use this tool
Finds the numeric ASCII values of characters for use in programming (e.g., charCodeAt in JavaScript or ord in PHP). Useful when implementing custom serialisation protocols that send numeric character codes. Helps debug encoding issues by showing exactly which code points your text contains.
How to use
Type or paste text into the input. Each character is converted to its decimal ASCII code, displayed space-separated.