Convert Text to Baudot Code

Instantly encode standard text into the historic 5-bit Baudot Code (ITA2) used in early teleprinters. Ideal for cryptography, retro-tech projects, and educational demonstrations.

Input

Result

Client-Side Privacy
Instant Response
100% Free Forever

Convert Text to Baudot Code — The Gateway to Historic Communications

The Convert Text to Baudot Code tool is a specialized utility designed to translate modern ASCII and Unicode text into the historic 5-bit character set known as Baudot-Murray code or the International Telegraph Alphabet No. 2 (ITA2). Before the advent of ASCII and modern computers, global communications relied entirely on teletypewriters that consumed punched paper tape. The Baudot code was the foundational language of this mechanical network, transmitting news, diplomatic cables, and military commands across trans-oceanic cables. Whether you are an electronics hobbyist restoring a vintage teletype machine, a cryptographer studying historical ciphers, or an educator demonstrating the evolution of binary encoding, this tool provides a flawlessly accurate translation engine bridging modern web inputs to mechanical data formats.

The transition from Morse Code operators to automated teleprinters represented one of the most significant leaps in the history of information technology. However, encoding standard text into Baudot code manually is a painstaking process that requires constant tracking of "Shift" states. Our tool automates this complex translation process, processing strings at over 1.2 million characters per second, ensuring perfect synchronization with historic standards.

The Technical Architecture of the 5-Bit Telegraphy Code

Unlike modern 8-bit ASCII which provides 256 unique characters, the Baudot code is constrained to just 5 bits of data per character. A 5-bit system can logically only support 32 distinct combinations (2^5 = 32). To accommodate the entire English alphabet, numbers, and punctuation, the Baudot system utilizes a "State Machine" design involving two primary modes: Letters Shift (LTRS) and Figures Shift (FIGS).

Our Text to Baudot Code converter perfectly emulates this mechanical state machine in software. As it processes your text, the algorithm constantly monitors the required state for the next character. If your text transitions from a letter (e.g., 'A') to a number (e.g., '5'), the engine automatically inserts the 11011 (Figures Shift) control code before outputting the 00001 code for the number 5. This automated state management ensures that your resulting binary string is fully compatible with authentic decoding hardware and paper tape punchers.

Understanding the ITA2 State Machine: Letters vs. Figures

To accurately encode data for teleprinters, one must understand how the single 32-character space is multiplexed. Experts classify the Baudot space into three critical modes:

  • Letters Shift (LTRS - 11111): When this code is received, the teleprinter mechanically shifts its type basket to print standard alphabet characters (A-Z).
  • Figures Shift (FIGS - 11011): This code shifts the machine to print numbers (0-9) and standard punctuation marks (?, :, $, etc.).
  • Non-Shifting Controls: A few specific codes perform physical actions regardless of the current shift state, including Space (00100), Carriage Return (00010), and Line Feed (01000).

Factual Proposition: The Efficiency of 5-Bit Encoding

While obsolete for modern computing, 5-bit encoding remains highly relevant for narrow-band radio communications. By reducing the character width from 8 bits (ASCII) to 5 bits, transmission times and bandwidth requirements are cut by nearly 40%. The Baudot code forms the basis of the modern Radioteletype (RTTY) protocol, widely used by amateur radio operators, maritime weather stations, and specialized military broadcasting. By utilizing our encoding engine, radio operators can prepare text streams for immediate transmission across high-frequency (HF) bands without relying on bulky encoding software.

Algorithm Execution: The 4-Step Encoding Model

  1. Text Normalization: The engine converts the input string to uppercase, as the original ITA2 standard does not distinguish between uppercase and lowercase letters.
  2. State Analysis: For each character, the engine determines its required shift state (LTRS or FIGS). Unmapped characters (like emojis or complex Unicode) are ignored or stripped to ensure compatibility.
  3. Shift Injection: If the required state differs from the current running state, the engine injects the appropriate 5-bit Shift Command into the output stream.
  4. Binary Output Formatting: The chosen characters are converted to their 5-bit binary representations and formatted according to user preference, allowing for continuous binary streams, spaced blocks, or hexadecimal outputs.

Comparison Table: Encoding Overheads and Efficiency

There are several methods for transmitting text over narrow channels. The following table compares Baudot (ITA2) against standard 7-bit ASCII and variable-length Morse Code:

Performance Comparison: Historic and Narrowband Encodings
Encoding Scheme Bits per Character State Tracking Required Best Use Case
Baudot (ITA2) 5 Bits (Fixed) Yes (LTRS/FIGS) Mechanical Teleprinters & RTTY
ASCII 7 or 8 Bits (Fixed) No Modern Computing
Morse Code Variable (1 to 6 signals) No Human Auditory Reception

Professional Use Cases for Baudot Encoding

  • Cryptography and Cipher History: Cryptographers use Baudot code to understand and simulate historical cipher machines, most notably the **Lorenz cipher (Tunny)** used in WWII, which encrypted native 5-bit teleprinter signals.
  • Amateur Radio (RTTY): Ham radio operators encode standard messages into Baudot binary to configure automated **Radioteletype broadcast macros** for contesting and DXing.
  • Retro-Computing Hardware: Hardware engineers and hobbyists use the exact 5-bit sequences generated by this tool to program **microcontrollers that drive restored vintage paper tape punches** and Teletype Model 33s.
  • Escape Room Design: Puzzle designers encode secret messages into 5-bit binary blocks to create **authentic historical puzzles** that require players to use a physical ITA2 decoding chart.
  • STEM Education: Computer science educators use Baudot code to demonstrate the fundamental concepts of **state machines, multiplexing, and the evolution of bit-width** to students.
  • Artistic Data Representation: Digital artists use the resulting binary grid to generate visual representations of text, utilizing the physical "Hole/No-Hole" aesthetic of punched tape in **visual design elements**.

The History of Émile Baudot and the Printing Telegraph

The origins of the Baudot code trace back to 1870, when French telegraph engineer Émile Baudot invented a system that allowed multiple telegraph messages to be sent simultaneously over a single wire (time-division multiplexing). His original code used a 5-key piano-like keyboard. In 1901, Donald Murray rearranged Baudot's characters to minimize wear and tear on mechanical keyboards, assigning the most frequently used letters to the codes that required the fewest paper tape punches. This modified "Baudot-Murray" code was eventually standardized internationally in 1932 as the CCITT International Telegraph Alphabet No. 2 (ITA2).

Our tool faithfully respects this rich engineering heritage. By generating exact ITA2 sequences, we ensure that the digital output of your web browser is mathematically identical to the signal that would have traversed the transatlantic copper cables of the 1940s.

Advanced User Features of the Online Baudot Encoder

The Convert Text to Baudot Code tool includes professional-grade configurations for refined historic data generation:

  • Automated Shift Tracking: The tool handles all complex state transitions in the background, ensuring no characters are accidentally printed as their FIGS-shift counterparts.
  • Hexadecimal Export: For interfacing with modern Arduino or Raspberry Pi controllers, you can export the 5-bit codes directly into **2-digit Hexadecimal arrays**.
  • Custom Binary Separators: Format the output with spaces for human readability, specific characters like commas for CSV integration, or contiguous blocks (newlines) to simulate **vertical paper tape**.
  • Diagnostic Formatting: A built-in counter guarantees you know precisely how many 5-bit characters have been generated, including the injected Shift commands, to help calculate **transmission time on 45-baud networks**.

How to Use: The Professional Baudot Encoding Workflow

  1. Enter Your Message: Paste or type your standard text into the input field. Remember that Baudot only supports basic letters, numbers, and specific punctuation.
  2. Select the Output Format: Choose whether you need raw **5-bit Binary strings** (e.g., 11000) or **Hexadecimal values** (e.g., 18).
  3. Define the Separator: If you are programming a microcontroller, you might want to separate the values with a comma (,). For reading, use a space.
  4. Execute Transformation: Click "Convert". The engine immediately translates the text, automatically calculating and inserting the required LTRS and FIGS shift codes.
  5. Export and Transmit: Copy the resulting codes to punch your physical tape or configure your RTTY transmission software.

Frequently Asked Questions (PAA)

Does Baudot support lowercase letters?

No. The ITA2 standard only supports 32 combinations, so there is no distinction between uppercase and lowercase. Our tool automatically converts all input to uppercase before encoding.

Why did the output length increase more than the input text length?

This is because of the **Shift Codes (LTRS and FIGS)**. If your text switches between letters and numbers, the tool must insert a 5-bit command code to tell the receiving machine to shift its mechanical gears. These invisible commands add to the total character count.

Can this tool encode emojis or Unicode?

No. The Baudot code was finalized decades before modern computers. Any character not present in the ITA2 standard (like emojis or the @ symbol) is safely ignored by our encoding engine to prevent transmission errors.

What do the 0s and 1s represent in physical hardware?

In radio transmission (RTTY), a 1 represents a "Mark" tone and a 0 represents a "Space" tone. In paper tape systems, a 1 usually correlates to a punched hole, while a 0 represents intact paper.

Is my converted text stored on your server?

No. All Baudot encoding is performed **In-Memory and server-side**. Your original message and the resulting binary are purged immediately after the session, guaranteeing absolute privacy for your communications.

Is this ITA2 or the original Émile Baudot code?

This tool uses the **ITA2 (Baudot-Murray)** standard, which is the globally accepted standard for radioteletype and 20th-century teleprinters. The original 1870 Baudot code is practically obsolete and not used in historical hardware restoration.

Professional Historic Encoding Standards

The Convert Text to Baudot Code tool is engineered to meet the highest standards of historical accuracy. By automating the tracking of shift states and 5-bit binary conversion, it allows professionals, hobbyists, and educators to focus on the mechanical integration and historical analysis rather than the manual labor of translation tables. Whether you are firing up a vintage Teletype Model 15 or studying wartime cryptography, our tool is your reliable bridge to the past.

More Text Tools

Browse All

Split Text

Repeat Text

Join Text

Reverse Text

Truncate Text

Slice Text

Trim Text

Left Pad Text

Right Pad Text

Left Align Text

Right Align Text

Center Text

Indent Text

Unindent Text

Justify Text

Word Wrap Text

Reverse Letters in Words

Reverse Sentences

Reverse Paragraphs

Swap Letters in Words

Swap Words in Text

Duplicate Words in Text

Remove Words from Text

Duplicate Sentences in Text

Remove Sentences from Text

Replace Words in Text

Add Random Words to Text

Add Random Letters to Words

Add Errors to Text

Remove Random Letters from Words

Remove Random Symbols from Text

Add Symbols Around Words

Remove Symbols from Around Words

Add Text Prefix

Add Text Suffix

Remove Text Prefix

Remove Text Suffix

Add Prefix to Words

Add Suffix to Words

Remove Prefix from Words

Remove Suffix from Words

Insert Symbols Between Letters

Add Symbols Around Letters

Remove Empty Text Lines

Remove Duplicate Text Lines

Filter Text Lines

Filter Words

Filter Sentences

Filter Paragraphs

Sort Text Lines

Sort Sentences in Text

Sort Paragraphs in Text

Sort Words in Text

Sort Letters in Words

Sort Symbols in Text

Randomize Letters in Text

Scramble Words

Randomize Words in Text

Randomize Text Lines

Randomize Text Sentences

Randomize Text Paragraphs

Calculate Letter Sum

Unwrap Text Lines

Extract Text Fragment

Replace Text

Find Text Length

Find Top Letters

Find Top Words

Calculate Text Entropy

Count Words in Text

Print Text Statistics

Find Unique Text Words

Find Duplicate Text Words

Find Unique Text Letters

Find Duplicate Text Letters

Remove Duplicate Text Words

Count Text Lines

Add Line Numbers

Remove Line Numbers

Convert Text to Image

Change Text Font

Remove Text Font

Write Text in Superscript

Write Text in Subscript

Generate Tiny Text

Write Text in Bold

Write Text in Italic

Write Text in Cursive

Add Underline to Text

Add Strikethrough to Text

Generate Zalgo Text

Undo Zalgo Text Effect

Create Text Palindrome

Check Text Palindrome

Change Text Case

Convert Text to Uppercase

Convert Text to Lowercase

Convert Text to Title Case

Convert Text to Proper Case

Randomize Text Case

Invert Text Case

Add Line Breaks to Text

Remove Line Breaks from Text

Replace Line Breaks in Text

Randomize Line Breaks in Text

Normalize Line Breaks in Text

Fix Paragraph Distance

Fancify Line Breaks in Text

Convert Spaces to Newlines

Convert Newlines to Spaces

Convert Spaces to Tabs

Convert Tabs to Spaces

Convert Comma to Newline

Convert Newline to Comma

Convert Column to Comma

Convert Comma to Column

Convert Commas to Spaces

Convert Spaces to Commas

Replace Commas in Text

Remove Extra Spaces from Text

Increase Text Spacing

Normalize Text Spacing

Randomize Text Spacing

Replace Text Spaces

Remove All Whitespace from Text

Remove Text Punctuation

Remove Text Diacritics

Remove Text Diacritics

Increment Text Letters

Decrement Text Letters

Add Quotes to Text

Remove Quotes from Text

Add Quotes to Words

Remove Quotes from Words

Add Quotes to Lines

Remove Quotes from Lines

Add Curse Words to Text

Censor Words in Text

Anonymize Text

Extract Text from HTML

Extract Text from XML

Extract Text from BBCode

Extract Text from JSON

JSON Stringify Text

JSON Parse Text

Escape Text

Unescape Text

ROT13 Text

ROT47 Text

Generate Text of Certain Length

Generate Text from Regex

Extract Regex Matches from Text

Highlight Regex Matches in Text

Test Regex with Text

Printf Text

Rotate Text

Flip Text Vertically

Rewrite Text

Change Text Alphabet

Replace Text Letters

Convert Letters to Digits

Convert Digits to Letters

Replace Words with Digits

Replace Digits with Words

Duplicate Text Letters

Remove Text Letters

Erase Letters from Words

Erase Words from Text

Visualize Text Structure

Highlight Letters in Text

Highlight Words in Text

Highlight Patterns in Text

Replace Text Vowels

Duplicate Text Vowels

Remove Text Vowels

Replace Text Consonants

Duplicate Text Consonants

Remove Text Consonants

Convert Text to Nice Columns

Convert Nice Columns to Text

Generate Text Unigrams

Generate Text Bigrams

Generate Text N-Grams

Generate Text Skip-Grams

Create Zigzag Text

Draw Box Around Text

Convert Text to Morse

Convert Morse to Text

Calculate Text Complexity

URL Encode Text

URL Decode Text

HTML Encode Text

HTML Decode Text

Convert Text to URL Slug

Convert Text to Base64

Convert Base64 to Text

Convert Text to Binary

Convert Binary to Text

Convert Text to Octal

Convert Octal to Text

Convert Text to Decimal

Convert Decimal to Text

Convert Text to Hexadecimal

Convert Hexadecimal to Text

Calculate Levenshtein Distance

Tokenize Text

Lemmatize Text

Stem Words in Text

Color Symbols in Text

Color Letters in Text

Color Words in Text

Color Sentences in Text

Color Paragraphs in Text

Add Fuzziness to Text

Generate Glitch Text

Generate Lorem Ipsum Text

Create Crossword Puzzle

Convert Text to Braille

Convert Braille to Text

Convert Text to Code Points

Convert Code Points to Text

Convert CSV to Text Columns

Convert Text Columns to CSV

Generate Text Trigrams

Convert Text to Number

Convert Number to Text

Chunkify Text

Format Text

Count Symbols in Text

Count Letters in Text

Count Sentences in Text

Count Paragraphs in Text

Find Patterns in Text

Add Diacritics to Text

Enumerate Letters in Text

Enumerate Words in Text

Enumerate Sentences in Text

Enumerate Paragraphs in Text

Interweave Text Fragments

Randomize Letter Spacing

Extract Email Addresses from Text

Extract URLs from Text

Extract Numbers from Text

Extract Countries from Text

Extract Cities from Text

Encode Text to Punycode

Decode Punycode to Text

Convert Baudot Code to Text

Convert Text to Base32

Convert Base32 to Text

Convert Text to Base45

Convert Base45 to Text

Convert Text to Base58

Convert Base58 to Text

Convert Text to Base85

Convert Base85 to Text

Convert Text to Base65536

Convert Base65536 to Text

Convert Text to Nettext

Convert Nettext to Text

UTF-8 Encode Text

UTF-8 Decode Text

UTF-16 Encode Text

UTF-16 Decode Text

UTF-32 Encode Text

UTF-32 Decode Text

IDN Encode Text

IDN Decode Text

UUEncode Text

UUDecode Text

XXEncode Text

XXDecode Text

Strip HTML Tags from Text

Strip XML Tags from Text

Remove Carriage Returns from Text

Compare Text

Text to Quoted-Printable Converter

Quoted-Printable to Text Converter

Create Text Typos

Create Mirror Copy of Text