Talk:Binary-to-text encoding: Difference between revisions

Content deleted Content added
Assessment (C/Low): +Computer science (Rater)
Line 61:
 
Should [[PGP word list]] added in the list?--[[User:起司狗|𝒞𝒽ℯℯ𝓈ℯ𝒹ℴℊ]] ([[User talk:起司狗|talk]]) 01:53, 3 July 2021 (UTC)
 
== What does the ASCII line in the standards table mean? ==
 
This line is rather confusing.
{| class="wikitable sortable"
|-
! Encoding !! Data type !! Efficiency !! Programming language implementations !! Comments
|-
| [[ASCII]] || Arbitrary || data-sort-value="87.5%"| 87.5%|| Most languages ||
|-
|}
 
Given that ASCII text cannot represent arbitrary data why is it here? And how can it be 87.5% efficient given that it cannot represent half of all possible octets?