Toolman

ASCII 25

ASCII 25 is End of Medium — the control character EM.

Every representation

CharacterEM (not printable)
NameEnd of Medium
Decimal25
Hexadecimal0x19
Octal0031
Binary00011001
HTML entity
Escape sequence\x19
UnicodeU+0019
KeyboardCtrl+Y
GroupControl character

What it is for

Marked the physical end of a tape or other medium.

Where the number comes from

Codes 0 to 31 were reserved for control: instructions to a teleprinter rather than characters to print. Code 25 is Ctrl+Y because the Ctrl key was originally wired to clear the top two bits of whatever you typed, mapping the letter Y at 89 down to 25.

Frequently asked questions

What is ASCII 25?

End of Medium (EM), a control character. In hexadecimal it is 0x19, in octal 0031, and in binary 00011001.

How do I type ASCII 25?

Press Ctrl+Y in a terminal. In a string literal you can write it as \\x19 in most languages.

Is ASCII 25 printable?

No. Codes 0 to 31 and 127 are control characters — they were instructions to a teleprinter rather than marks on paper, and most terminals show nothing for them.

Nearby codes

Full ASCII table · Text to binary converter · Number base converter