Find Control Characters in ASCII detects ASCII codes 0–31 and 127 and reports their positions.
Use it for tabs, line breaks, nulls, escape characters, and hidden values in imported text.
Start with the sample, then use a short controlled value so you can verify each character or numeric result by hand.
Space is code 32 and is therefore not reported. Non-ASCII characters are rejected.
Try TAB, LF, CR, and DEL separately so you can see the exact positions and names.
Processing happens locally in the browser; no upload service or external API is required.
