Yesterday we learned how to convert Text to Binary, today let's learn how to do the opposite and convert Binary to Text. Using ASCII/UTF-8, each character has character code associated to it represented by a number. This number can be represented in binary, which allows for us to do a Binary to Text conversion.
Check out Dev Dog Daily for all things Frontend related. We cover HTML, CSS, JavaScript, React, and Vue.js among many other things.
Chapters:
0:00 - Intro
0:41 - Update HTML Structure
1:53 - JavaScript Additions
4:48 - Add Functionality to Radio Buttons
6:31 - Testing our converter