J-Kit
Português

ascii control characters

ASCII control characters

Understand LF, CR, TAB, ESC and other codes that still appear in terminals, files and protocols.

How to interpret it

  • Controls do not represent visible letters. They were born to control devices and transmissions, but remain useful for newlines and escapes.

Quick example

Lookup

Input
LF
Expected output
DEC 10 · HEX 0x0A · BIN 00001010

Use the result as technical reference and confirm official sources when there is operational impact.

Check

Input
caracteres de controle ascii
Expected output
ascii control characters

The main tool remains interactive; this page organizes the search intent.

Full tool FAQ

No. ASCII covers only 128 codes. Unicode covers nearly all modern writing systems. The first 128 Unicode code points preserve ASCII compatibility.

Frequently asked questions

Are LF and CR the same?

Controls do not represent visible letters. They were born to control devices and transmissions, but remain useful for newlines and escapes.

Does the tool work locally?

Yes. The main interface runs in the browser and avoids uploading sensitive data when the feature depends on local hardware.