Skip to content

Instantly share code, notes, and snippets.

@StoneCypher
Created July 24, 2014 04:10
Show Gist options
  • Select an option

  • Save StoneCypher/de9461b0ebdc694e8990 to your computer and use it in GitHub Desktop.

Select an option

Save StoneCypher/de9461b0ebdc694e8990 to your computer and use it in GitHub Desktop.
1> F = "什麽是".
[20160,40637,26159]
2> B = unicode:characters_to_binary(F).
<<228,187,128,233,186,189,230,152,175>>
3> F2 = unicode:characters_to_list(B).
[20160,40637,26159]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment