Key Encoding Demo

A human-readable base-32 encoding of binary numbers. Useful for product keys and the like. More information: https://github.com/maksverver/key-encoding/.

Encode

Input: (hexadecimal)

Output: (base-32)

Decode

Input: (base-32 encoded)

Output: (hexadecimal)

Variant