Text compression using Huffman coding
This online calculator compresses entered text using Huffman coding. It also displays built Huffman codes for the reference.
Articles that describe this calculator
Encoded text
1011111100100001011000110111111101001111
The file is very large. Browser slowdown may occur during loading and creation.
Huffman codes
Symbol | Occurences | Probability, % | Huffman code |
---|---|---|---|
d | 7 | 38.89 % | 0 |
b | 4 | 22.22 % | 10 |
e | 3 | 16.67 % | 1111 |
a | 3 | 16.67 % | 110 |
c | 1 | 5.56 % | 1110 |
Digits after the decimal point: 2
Calculators used by this calculator
URL copied to clipboard
Similar calculators
#Huffman #information algorithm code Computer Science Computers entropy Huffman Huffman code information theory Shannon
PLANETCALC, Text compression using Huffman coding
Comments