01
📡

Understanding Binary Data Transmission

See how text is encoded to binary bytes for transmission across serial lines, Bluetooth, and radio.

ලොගිනය අවශ්‍ය නැත
Separate bytes by:
Text input
Binary output
01001000 01100101 01101100 01101100 01101111
5 characters5 bytes40 bits

Data Comms tips

📡

Serial communication (UART) sends data bit by bit. Text must first be converted to bytes, then transmitted as binary pulses — this tool shows the bytes.

💡

Arduino and microcontrollers communicate over serial in ASCII. "Hello " = 48 65 6C 6C 6F 0A in hex = 01001000 01100101 ... in binary.

🔢

The newline grouping mode shows each character on its own line — useful for debugging character-by-character data streams.

📋

Copy the binary output in newline mode and paste it into your documentation or debugging notes to record exact byte sequences.

එය ක්‍රියා කරන්නේ කෙසේද

1
ඇතුළු කරන්න
Enter your data into the tool above. Everything stays local to your browser.
2
සකස් කරන්න
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
බාගත කරන්න
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

අපගේ දේ ඇයි භාවිතා කරන්නේ?

සම්පූර්ණයෙන්ම නොමිලේ — කිසිදා සැඟවුණු පිරිවැයක් නැත
ගිණුමක්, විද්‍යුත් තැපෑලක්, හෝ ලොගිනයක් අවශ්‍ය නැත
ගොනු කිසිදා ඔබේ උපාංගය හරහා නොයන්නේය
කිසිදු ගොනු ප්‍රමාණ සීමාවක් නැත
ඕනෑම ප්‍රතිදානයක ජල සලකුණු නැත

Also check out…

නිතර අසන ප්‍රශ්න