What happens if I enter emoji or non-ASCII characters?
Standard ASCII only covers code points 0–127. Emoji and non-Latin characters have Unicode code points above 127. The tool outputs the Unicode code point as a decimal number, which for non-ASCII characters will be larger than 127. For true ASCII encoding, you should only input standard Latin letters, digits, and common punctuation.