cactus.io logo

ASCII Control Codes Table

DECHEXabbr.NameComments
00NULNullA control character used to accomplish media-fill or time-fill. Null characters may be inserted into or removed from a stream of data without affecting the information content of that stream. But then the addition or removal of these characters may affect the information layout and/or the control of equipment.
11SOHStart Of HeadingA transmission control character used as the first character of a heading of an information message.
22STXStart Of TextA transmission control character which precedes a text and which is used to terminate a heading.
33ETXEnd Of TextA transmission control character which terminates a text.
44EOTEnd Of TransmissionA transmission control character used to indicate the conclusion of the transmission of one or more texts..
55ENQEnquiryA transmission control character used as a request for a response from a remote station; the response may include station identification and/or station status.
66ACKAcknowledgeA transmission control character transmitted by a receiver as an affirmative response to the sender.
77BELBellA control character that is used when there is a need to call for attention; it may control alarm or attention devices.
88BSBackspaceA format effector which moves the active position one character position backwards on the same line.
99HTHorizontal TabulationA format effector which advances the active position to the next pre-determined character position on the same line.
10ALFLine FeedA format effector which advances the active position to the same character position of the next line.
11BVTVertical TabulationA format effector which advances the active position to the same character position on the next pre-determined line.
12CFFForm FeedA format effector whichadvances the active position to the same character position on a pre-determined line of the next form or page.
13DCRCarriage ReturnA format effector which moves the active position to the first character position on the same line.
14ESOShift OutA control character which is used in conjunction with SHIFT IN and ESCAPE to extend the graphic character set of the code. It may alter the meaning of octets 33 - 126 (dec.). The effect of this character when using code extension techniques is described in International Standard ISO 2022.
15FSIShift InA control character which is used in conjunction with SHIFT OUT and ESCAPE to extend the graphic character set of the code. It may reinstate the standard meanings of the octets which follow it. The effect of this character when using code extension techniques is described in International Standard ISO 2022.
1610DLEData Link EscapeA transmission control character which will change the meaning of a limited number of contiguously following characters. Its is used exclusively to provide supplementary data transmission control functions. Only graphic characters and transmission control characters can be used in DLE sequences.
1711DC1Device Control OneA device control character which is primarily intended for turning on or starting an ancillary device. If it is not required for this purpose, it may be used to restore a device to the basic mode of operation (see also DC2 and DC3), or for any other device control function not provided by other DCs.
1812DC2Device Control TwoA device control character which is primarily intended for turning on or starting an ancillary device. If it is not required for this purpose, it may be used to set a device to a special mode of operation (in which case DC1 is used to restore normal operation), or for any other device control function not provided by other DCs.
1913DC3Device Control ThreeA device control character which is primarily intended for turning off or stopping an ancillary device. This function may be a secondary level stop, for example, wait, pause, stand-by or halt (in which case DC1 is used to restore normal operation). If it is not required for this purpose, it may be used for any other device control function not provided by other DCs.
2014DC4Device Control FourA device control character which is primarily intended for turning off, stopping or interrupting an ancillary device. If it is not required for this purpose, it may be used for any other device control function not provided by other DCs.
2115NAKNegative AcknowledgeA transmission control character transmitted by a receiver as a negative response to the sender.
2216SYNSynchronous IdleA transmission control character used by a synchronous transmission system in the absence of any other character (idle condition) to provide a signal from which synchronisation may be achieved or retained between data terminal equipment.
2317ETBEnd Of Transmission BlockA transmission control character used to indicate the end of a transmission block of data where data is divided into such blocks for transmission purposes.
2418CANCancelA character, or the first character of a sequence, indicating that the data preceding it is in error. As a result, this data is to be ignored. The specific meaning of this character must be defined for each application and/or between sender and recipient.
2519EMEnd Of MediumA control character that may be used to identify the physical end of a medium, or the end of the used portion of a medium, or the end of the wanted portion of data recorded on a medium. The position of this character does not necessarily correspond to the physical end of the medium.
261ASUBSubstitueA control character used in the place of a character that has been found to be invalid or in error. SUB is intended to be introduced by automatic means.
271BESCEscapeA control character which is used to provide additional control functions. It alters the meaning of a limited number of contiguously following bit combinations. The use of this character is specified in International Standard ISO 2022.
281CFSFile SeparatorA control character used to separate and qualify data logically; its specific meaning has to be specified for each application. If this character is used in hierarchical order, it delimits a data item called a file.
291DGSGroup SeparatorA control character used to separate and qualify data logically; its specific meaning has to be specified for each application.If this character is used in hierarchical order, it delimits a data item called a group.
301ERSRecord SeparatorA control character used to separate and qualify data logically; its specific meaning has to be specified for each application.If this character is used in hierarchical order, it delimits a data item called a record.
311FUSUnit SeparatorA control character used to separate and qualify data logically; its specific meaning has to be specified for each application. If this character is used in hierarchical order, it delimits a data item called a unit.
1277FDELDelete(not defined)