Converting an int to a binary string representation in Java?
        Posted  
        
            by ttreat31
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ttreat31
        
        
        
        Published on 2010-03-09T03:23:20Z
        Indexed on 
            2010/03/09
            3:36 UTC
        
        
        Read the original article
        Hit count: 282
        
What would be the best way (ideally, simplest) to convert an int to a binary string representation in Java?
For example, say the int is 156. The binary string representation of this would be "10011100".
© Stack Overflow or respective owner