Amateur ExtraE8D10
What are some of the differences between the Baudot digital code and ASCII?
B
Answer
Signals, modulation, and digital modes
Type
A
Baudot uses 4 data bits per character, ASCII uses 7 or 8; Baudot uses 1 character as a letters/figures shift code, ASCII has no letters/figures code
B
Baudot uses 5 data bits per character, ASCII uses 7 or 8; Baudot uses 2 characters as letters/figures shift codes, ASCII has no letters/figures shift code
C
Baudot uses 6 data bits per character, ASCII uses 7 or 8; Baudot has no letters/figures shift code, ASCII uses 2 letters/figures shift codes
D
Baudot uses 7 data bits per character, ASCII uses 8; Baudot has no letters/figures shift code, ASCII uses 2 letters/figures shift codes
Answer Notes
Baudot is a legacy teleprinter code that uses only 5 data bits per character. Because 5 bits can only represent 32 unique states (2 to the 5th power), it lacks the capacity to represent the full alphabet, numbers, and punctuation all at once.
To overcome this limitation, Baudot relies on two special shift characters. Sending a 'Letters' shift tells the receiving machine to interpret subsequent codes as letters, while a 'Figures' shift changes the interpretation to numbers and punctuation.
ASCII modernized digital text by using 7 or 8 data bits per character. A 7-bit code provides 128 unique states, which is more than enough to include uppercase letters, lowercase letters, numbers, and symbols simultaneously, completely eliminating the need for shift codes.
Previous · E8D09
What is considered an acceptable maximum IMD level for an idling PSK signal?
Next · E8D11
What is one advantage of using ASCII code for data communications?