Character to ASCII / Unicode Code Converter

Find the ASCII/Unicode code of any character instantly.

How it works

code = character's code point in the Unicode table (ASCII for 0–127).

Examples

InputOutput
A65 (0x41)
a97 (0x61)
048 (0x30)

Frequently Asked Questions

Is ASCII the same as Unicode?

For the first 128 code points, yes — 'A' is 65 in both systems.

Can I convert whole words?

Yes — each character's code is listed on its own line.

Do emoji work?

Yes — their Unicode code points are shown (may span multiple code units).

Related Tools

Text to Binary ConverterBinary to Text ConverterASCII Table — Full ReferenceASCII Number to Character