How to convert binary to alphabet | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to convert binary to alphabet

pls tell me easy methods

15th May 2018, 2:16 AM
Ashu
Ashu - avatar
4 Answers
+ 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
15th May 2018, 3:40 AM
Rusty.Metal
+ 13
you can use js
15th May 2018, 3:26 AM
Arpit Mittal
Arpit Mittal - avatar
+ 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
16th May 2018, 10:06 PM
FA_develops
FA_develops - avatar
- 1
use notepad++
15th May 2018, 3:42 AM
Lexfuturorum
Lexfuturorum - avatar