Know-Legal Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 8.3.9: Text to Binary : r/codehs - Reddit

    www.reddit.com/r/codehs/comments/rgs4de/839_text_to_binary

    This program encodes user input into binary data! // convert the character into its ASCII decimal encoding. var numericValue = text.charCodeAt(i); // then convert that decimal value into its equivalent binary encoding. var binaryValue = decimalToBinary(numericValue); // and combine each binary encoding to get the resulting binary string.

  3. Binary translation : r/Markiplier - Reddit

    www.reddit.com/r/Markiplier/comments/rx0fxn/binary_translation

    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 ironically one of the comment sections on a post in this sub.) I figured I could leave a post on how to translate binary to text both manually and with a translator.

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

    www.reddit.com/.../irp8hh/how_are_people_able_to_read_and_translate_binary

    Counting in binary numbers works about the same as counting in decimal numbers that you're used to. The main difference is instead of 0-9 you just use 0-1. In decimal, you count from 0 to 9 and then add another digit (ie: 9+1 becomes 10). In binary, you count from 0 to 1 and then add another digit (ie: 1 + 1 becomes 10).

  5. [request] Text to binary / binary to text translator :...

    www.reddit.com/.../ezaarg/request_text_to_binary_binary_to_text_translator

    [request] Text to binary / binary to text translator . dont ask why 😅 ... Text message auto-reply using ...

  6. How To Make a Text to Binary Translator - Python : r/programming...

    www.reddit.com/.../comments/kium49/how_to_make_a_text_to_binary_translator_python

    5.6M subscribers in the programming community. Computer Programming

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

    www.reddit.com/.../comments/p61ksj/can_someone_help_me_make_a_binary_to_text

    To format code for Reddit, add four spaces before each line of code. I'm assuming that's supposed to look like:

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

    www.reddit.com/r/codehs_python_answers/comments/yw61lg/839_text_to_binary

    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.

  9. I made a (free) translator bot for discord! : r/discordapp -...

    www.reddit.com/r/discordapp/comments/gv6nxb/i_made_a_free_translator_bot_for...

    just tried it out, works great! are you planning to add more commands and and shorthand for languages (i.e. en for english) cheers. 1. Award. 1.2M subscribers in the discordapp community. Discord is a voice, video, and text communication service used by over a hundred million people to hang….

  10. Binary to Text Translator : r/RikiOhFGC - Reddit

    www.reddit.com/r/RikiOhFGC/comments/v9ya6p/binary_to_text_translator

    Posted by u/bajablast3000 - 1 vote and no comments

  11. The first ever message sent out by the bots to mankind

    www.reddit.com/r/Helldivers/comments/1as6f4i/the_first_ever_message_sent_out...

    In binary, 01000001 is the digital code for the capital letter "A". "01001000" doesn't "equal" to H in decimal, it's equal to 72, which corresponds to H on the ASCII table. The problem everyone is having is that the message is "01000001 01001000" NOT "0100000101001000". The space is important and must be accounted for when translating from binary.