Base 85: A way of converting pure binary data into ASCII. 85
5 ≈ 2
32, so every 5 ASCII characters can represent 4 bytes. Despite being more compact than Base 64, it's rarely used due to lack of standardization and use of metacharacters like
< and
" which may require escaping, reducing its efficiency.