Replies: 1 comment 1 reply
-
|
Convert to/from Text using what encoding? ASCII? UTF-8? UTF-16? It get complicated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes you have a little string of binary that you want to convert to text and back.
Sometimes, game designers like to use binary as a tech puzzle in their games and you wanna be able to quickly look it up without having to write a quick script for it. :)
I'm not sure how useful it would be to everyone here, but I figured it should be relatively simple to implement and might be cool to have among the other useful utilities.
Beta Was this translation helpful? Give feedback.
All reactions