power-radix-encodings
v1.1.0
Published
Convenient collection of independently requireable character encodings
Downloads
30
Maintainers
Readme
power-radix-encodings
Convenient collection of independently require-able character encodings.
Each encoding is available as a hash, with keys representing values in base10, or as an array.
Useful with power-radix
Installing
$ npm install power-radix-encodings
Usage
var base64Hash = require('power-radix-encodings/base64-hash')
var base64Array = require('power-radix-encodings/base64')
Included Encodings
- ascii-latin1 (extended 8-bit ASCII)
- base10-decimal
- base16-hexadecimal-lowercase
- base16-hexadecimal-uppercase
- base2-binary
- base58-bitcoin
- base64