Skip to content
C

Character to Code

Easyjava

Read a single character and print its integer (Unicode) value by casting it to int.

Input: one line with a single character.

Output: one line — the integer code of that character.

Input (stdin)

Output

Run your code to see output here...