#ascii #string #ascii-to-hex

ascii-to-hex

A small, simple library to converting an ASCII text string into its hexadecimal equivalent

2 releases

0.1.1 Feb 10, 2022
0.1.0 Feb 10, 2022

#2330 in Text processing

MIT/Apache

4KB

Library to convert an ASCII string into Hex The general flow goes like this:

  1. Convert the ASCII into bytes.
  2. Convert the bytes into Hex Strings
  3. Concatenate the Hex Strings
  4. Return the single Hex String

ASCII to Hex Library

No runtime deps