Qurak

Visualize the character codes in a string

Example 3 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
charcodes = ToCharacterCode["this is a string."]
Output
{116, 104, 105, 115, 32, 105, 115, 32, 97, 32, 115, 116, 114, 105, 110, 103, 46}
Step 2
ListPlot[charcodes, Filling -> Axis]
Output
-Graphics-
Step 3
FromCharacterCode[charcodes]
Output
this is a string.

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client