Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Created November 25, 2021 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuatoHub/f1538b114c48008925ed2e10f204a4bb to your computer and use it in GitHub Desktop.
Save QuatoHub/f1538b114c48008925ed2e10f204a4bb to your computer and use it in GitHub Desktop.
encoder.encode('b') // Uint8Array [98]
(98).toString(2) // "1100010"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment