DevToolsBox

Text to ASCII Codes Converter Online

Free online encoding inspector that lists decimal ASCII codes per character for debugging strings.

Ad Space

Free online encoding inspector that lists decimal ASCII codes per character for debugging strings.

How it works

This tool outputs character codes for each character in your text. It helps debug encoding problems and inspect control characters.

Example

Input:
ABC

Output:
A=65 B=66 C=67

FAQ

Is ASCII the same as Unicode?

ASCII is a subset. Unicode covers far more characters; non-ASCII characters require Unicode encodings like UTF-8.

Why do emojis not show ASCII codes?

Emojis are Unicode characters and are not part of ASCII.

Ad Space

Related Tools