+ 3
How to convert binary to alphabet
pls tell me easy methods
4 odpowiedzi
+ 5
First convert, binary to decimal which will give you the corresponding ASCII value. Then with the ASCII value you can convert to the corresponding character.
Ex: 01101000 ➡ 104 ➡ h
+ 13
you can use js
+ 1
the easy way is using a converter on a website (there are a lot of them)
the hard way is learning how to convert binary to decimal and then remember the ASCII values
- 1
use notepad++