Toolman

ASCII code for end of text

3

End of Text — a control character, not printable

Decimal3
Hexadecimal0x03
Octal0003
Binary00000011
HTML entity

What it is

Marked the end of a message. Better known today as what Ctrl+C sends — which is why interrupting a program and copying text share a keystroke on different platforms.

The full entry

ASCII 3 in full — the code point page, with what sits either side of it and how the character is encoded elsewhere.

Frequently asked questions

What is the ASCII code for end of text?

The ASCII code for end of text is 3 in decimal, 0x03 in hexadecimal and 0003 in octal.

What is end of text in binary?

00000011 — eight bits, though ASCII only defines seven, so the top bit is always zero.

Is end of text a printable character?

No. End of Text is a control character — an instruction to a teleprinter rather than a mark on paper, which is why most tables show an empty cell for it.

Other characters

Every character by name · The ASCII table · Text to binary converter