Base36_914
👁 Plain:
Base36_914 is a fast and space-efficient Base36 encoding for large data, it encodes every 9 bytes as a block into 14 chars, with a max space efficiency of 64.3%, up to 99.5% of the theoretical limit (64.6%).
🔢 Code:
Encode
Decode
limit = log
256
(36) ≈ 64.6%
current =
?
/
?
≈
?
% (
?
%)
time:
?
ms