turn anything from keyboard to binary

What is TAFKB?

TAFKB is a simple tool that shows that computers don't actually understand letters, numbers, or symbols. They only know two things: 0 (no electricity) and 1 (electricity flowing).

Every time you type "A", the computer actually reads 01000001. TAFKB helps you see the other side of the text you write — to realize that behind the screen, it's all just code.

“Computers don't have feelings. They just execute 0s and 1s quickly. The one with heart and meaning is the human behind the keyboard.”
built with what?

TAFKB is built without frameworks — pure HTML, CSS, native JavaScript. The screenshot feature uses the Canvas API, typing animation uses setTimeout, and the favicon is inline SVG. Lightweight, fast, and can run offline.

behind the scenes (developer's confession)

There are many typos behind this clean code. The screenshot feature once didn't work for 2 hours just because of an extra letter 'A' (captureTAFKABScreenshot vs captureTAFKBScreenshot). There was also a cursor feature that was eventually removed because it wasn't very useful. The point is: TAFKB is the result of struggle, not a one-shot creation.

support the developer

If TAFKB is useful to you, or just makes you smile, you can buy me a coffee (or something like that) through the platforms below. No obligation — the important thing is that you enjoy using TAFKB.

links

TAFKB — binary conversion tool
About — this page
Contact (coming soon)

Back to TAFKB