RSSAmplifier

Nick's Blog and Digital Garden · Mar 19, 2023

Crockford's Base32

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Crockford’s Base32 Douglas Crockford designed a variant of the standard base 32 encoding scheme (RFC 4648) optimized for reading and writing by humans. It uses the symbol sets 0­­–1 and A–Z (case-insensitive) with the exclusion of I, L, O and U:
I: Can be confused with 1 L: Can be confused with 1 O: Can be confused with 0 U: Accidental obscenity Encoding/decoding When decoding, upper and…

Read on nick.groenen.me

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.