Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python binary to string

>>> b'a string'.decode('utf-8')
'a string'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #binary #string
ADD COMMENT
Topic
Name
7+7 =