01
🎓

Learn Binary for Computer Science

Understand how computers store text as binary — see exactly how letters map to 8-bit ASCII bytes.

ไม่ต้องเข้าสู่ระบบ
Separate bytes by:
Text input
Binary output
01001000 01100101 01101100 01101100 01101111
5 characters5 bytes40 bits

Education tips

🎓

Type any letter and see its 8-bit binary representation. "A" = 01000001 (65 in decimal). Capital letters differ from lowercase by one bit (bit 5).

💡

"A" = 01000001, "a" = 01100001. The only difference is bit 5 (0-indexed from right). This is why toggling case can be done with a single bitwise OR/AND.

🔢

The stats panel shows total bytes and bits. "Hello" = 5 characters = 5 bytes = 40 bits — one byte (8 bits) per ASCII character.

🌐

Non-ASCII characters (emoji, accented letters) use 2–4 bytes each in UTF-8. Try typing "👋" and see how many bytes it uses.

วิธีการทำงาน

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…

คำถามที่พบบ่อย