Non-Return-to-Zero encoding (NRZ).

A method of encoding binary messages for asynchronous transmission; in fact, the simplest method there is. Two states, A and B, are chosen. (These states could be electrical voltage values, or current values, for example.) One state is used to represent logic value 0, the other state is used to represent logic value 1.

Compare to RZ encoding and Bi-Phase encoding.