Calculate Fletcher-32
Calculate Fletcher-32 from text and copy the 8-character hexadecimal result. This variant processes UTF-8 bytes as 16-bit words.
If the input has an odd number of bytes, the final byte is padded with zero for the last word. That detail can affect comparisons with another implementation.
Fletcher vs CRC
Fletcher-32 is an error-detection checksum. CRC profiles are more common when a standard names a polynomial and exact initialization rules.