Baud Rate to Bit Rate Calculator

Enter a baud rate and bits-per-symbol (modulation) to get the bit rate, or enter a bit rate to find the required baud rate. Also estimates real data throughput for UART, RS-232, and SPI.

Baud Rate / Bit Rate Conversion

Baud Rate
9,600
symbols / second
Bit Rate
9,600
bits / second
Bits per Symbol
1
Bit Rate (readable)
9.6 Kbps
Key Relationship

Bit Rate = Baud Rate × Bits per Symbol

For binary serial links (UART, RS-232, RS-485, SPI), bits per symbol = 1, so baud rate equals bit rate. For RF modulations like 16-QAM, a 2400 Bd channel carries 9600 bps.

Summary

Enter a baud rate and bits-per-symbol (modulation) to get the bit rate, or enter a bit rate to find the required baud rate. Also estimates real data throughput for UART, RS-232, and SPI.

How it works

  1. Choose a conversion direction: Baud to Bit Rate or Bit Rate to Baud.
  2. Enter the baud rate (or bit rate) value.
  3. Select the bits per symbol for your modulation: 1 (NRZ/OOK), 2 (4-QAM/QPSK), 3 (8-QAM), 4 (16-QAM), 6 (64-QAM), or 8 (256-QAM).
  4. Read the converted value and gross bit rate instantly.
  5. Switch to the Serial Throughput tab to calculate effective data rate for UART, RS-232, RS-485, or SPI after framing overhead.
  6. For UART/RS-232/RS-485, set data bits, stop bits, and parity to see how many bytes per second actually carry payload.

Use cases

  • Verify that a 9600 baud RS-232 link delivers only 960 bytes/s of payload with standard 8N1 framing.
  • Determine the baud rate needed on a QPSK radio link to achieve a target bit rate.
  • Compare throughput of UART configurations (7E1 vs 8N1 vs 8N2) at the same baud rate.
  • Calculate how many sensors can share an RS-485 bus at a given polling rate.
  • Check whether a 115200 baud serial debug port is fast enough to stream sensor data in real time.
  • Teach the difference between baud rate and bit rate when explaining modulation schemes.

Frequently Asked Questions

Last updated: 2026-07-01 · Reviewed by Nham Vu