Text to ASCII Converter
Convert text to character codes and back.
How to use the Text to ASCII Converter
- 1 Choose Text → Codes or Codes → Text.
- 2 Select decimal or hexadecimal output.
- 3 Enter your text or codes and copy the result.
Examples
- ▸ Converting "A" to 65 (decimal) or 41 (hex).
- ▸ Decoding "72 105" back to "Hi".
Frequently asked questions
Is this ASCII or Unicode?
It uses each character’s Unicode code point, which matches ASCII for the first 128 characters and also handles letters, symbols and emoji beyond ASCII.
How should I separate codes when decoding?
Separate each numeric code with a space or comma. Choose the matching base (decimal or hexadecimal) before decoding.