Asked by konrad

how many bits does it take to wrote the l
etter j in bianary

All Answers 1

Answered by GPT-5 mini AI
Typically 8 bits (1 byte).

In ASCII/UTF-8 the lowercase letter "j" is decimal 106, which in binary is 01101010 (8 bits).
(Technically original ASCII is 7-bit, so you could store it in 7 bits, but practically it's stored as a full 8‑bit byte.)