About 10,900 results
Open links in new tab
  1. 8.3.9: Text to Binary : r/codehs - Reddit

    Dec 15, 2021 · // For every character in the text, for(var i = 0; i < text.length; i++) { // convert the character into its ASCII decimal encoding var numericValue = text.charCodeAt(i); // then …

  2. Binary translation : r/Markiplier - Reddit

    Jan 5, 2022 · TLDR: Manual binary code translation instructions below. Translator first link at the bottom. Binary code seems to have become a theme in Mark’s most recent videos (and …

  3. How are people able to read and translate binary code?

    Sep 13, 2020 · Binary isn't easy for humans to work with, but it can represent all the same numbers, and all the math works out the same. Past that, numbers can be used to represent …

  4. 8.3.9 Text to Binary : r/codehs_python_answers - Reddit

    Nov 15, 2022 · This is a group for Code HS python answer. I’m trying to post as many picture of answers as I can. Feel free to join me in posting answers that haven’t been posted already.

  5. Can someone help me make a binary to text translator

    Aug 17, 2021 · Oh I've tried I made the converted text to binary and then got stuck here is the code: def string_to_binary(text):

  6. ELI5: How does a computer turn binary into text?

    May 3, 2022 · For the number: 01000001 binary means 65 decimal, that's just how it is. These two are the exact same number, represented in different notations. Just like the 6 in 65 is …

  7. a text to binary converter : r/Python - Reddit

    Dec 12, 2020 · This is a place to get help with AHK, programming logic, syntax, design, to get feedback, or just to rubber duck.

  8. How does text assembly get translated to machine code?

    It just takes text, such as "LDA #$12" and converts it to the binary machine code equivalent bytes, such as 0xa9 0x12 for that example. In pseudocode, something like: read line from input file …

  9. The Mandela Catalog binary translated : r/GameTheorists - Reddit

    Nov 30, 2021 · I watched The GTLive about the Mandela Catalog and in the first video MatPat watches has binary in the dialog. So, I opened up the video myself, and translated the binary. …

  10. What Dwight actually said in binary : r/DunderMifflin - Reddit

    May 17, 2017 · Heed their warning “Bard may display inaccurate or offensive information.” I asked it what F is in binary and it said, “The letter F is represented by the number 70 in decimal, …