Generate CRC32 checksum from text. For file integrity and error detection.
Tools you might need next
Encode text to Base64. Supports Unicode. For APIs and data encoding.
Developer ToolsDecode Base64 to text. Supports Unicode. For APIs and data decoding.
Developer ToolsEncode text for URLs. Percent encoding. For query strings and links.
Developer ToolsDecode URL-encoded text. Percent decoding. For parsing URLs.
Developer ToolsEncode text to HTML entities. < > & etc. For safe HTML display.
Developer ToolsDecode HTML entities to text. < to <. For parsing HTML content.
Developer Tools