Binary Encoder menu

Shout-Out

User Tag List

Results 1 to 4 of 4
  1. #1
    Trle94's Avatar Contributor
    Reputation
    167
    Join Date
    May 2009
    Posts
    329
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Binary Encoder

    Info
    Small app that allows you to change text to binary code or binary code to text...
    Pics:
    This is Icon

    This is screen of Application

    Download
    Binary Encoder
    Credits
    Onlykl
    Tweak


    Binary Encoder
  2. #2
    SadPanda's Avatar Member
    Reputation
    9
    Join Date
    Jan 2007
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Examples of use?

  3. #3
    Sednogmah's Avatar Contributor
    Reputation
    129
    Join Date
    Oct 2009
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    def string_to_binary(s):
        return " ".join( [ '{0:08b}'.format(ord(c)) for c in s ] )
    
    def binary_to_string(s):
        return "".join( [ chr(int(c,2)) for c in s.split(' ') ] )
    Last edited by Sednogmah; 06-02-2010 at 07:56 AM.
    951388dcb8e5be825c2c10a7f53c16fcd84fc6c8b76ff0483237eeff745eaeac

  4. #4
    Bacanze's Avatar Member
    Reputation
    3
    Join Date
    May 2009
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SadPanda View Post
    Examples of use?
    Message your friends in binary, making yourself look super kewl.

Similar Threads

  1. Text-to-Binary :P
    By Le Froid in forum Community Chat
    Replies: 2
    Last Post: 01-22-2008, 04:08 PM
  2. Ascent Precompiled Binaries
    By merfed in forum WoW EMU Guides & Tutorials
    Replies: 17
    Last Post: 11-06-2007, 09:56 PM
  3. Editing gloves - corrupt encode of blp?
    By Heavenfall in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 09-05-2007, 06:46 AM
  4. Learning Binary: Beginning
    By m_fatica in forum Community Chat
    Replies: 2
    Last Post: 02-26-2007, 08:24 AM
  5. Binary!
    By omgwhokillme in forum Community Chat
    Replies: 15
    Last Post: 01-18-2007, 02:07 PM
All times are GMT -5. The time now is 11:09 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search