Base36_914
👁 Plain:
Base36_914 is a fast Base36 encoding and decoding algorithm. It encodes every 9 bytes into 14 chars and vice versa, without involving large number operations. Its maximum space efficiency is 64.3%, reaching 99.5% of the theoretical limit (64.6%). It can store binary data using only digits (0-9) and lowercase letters (a-z).
🔢 Code:
Encode
Decode
limit = log
256
(36) ≈ 64.6%
current =
?
/
?
≈
?
% (
?
%)
time:
?
ms