Skip to content

Instantly share code, notes, and snippets.

@mscalora
Created August 20, 2016 14:41
Show Gist options
  • Save mscalora/24f92bafd368c9bc7e477ba0dc267b7c to your computer and use it in GitHub Desktop.
Save mscalora/24f92bafd368c9bc7e477ba0dc267b7c to your computer and use it in GitHub Desktop.
>>> " ".join("%02x"%b for b in bytearray(u'abc•£¶','utf-8'))
'61 62 63 e2 80 a2 c2 a3 c2 b6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment