Online CRC Calculator - Tahapaksu

Online CRC Calculation Tweet

Inspired by Lammert Bies' CRC Calculation page, which I've used many many times for my work and projects, I decided to write the same with javascript and without the 800 char limit, and here it is. You can use it as you want. Here's the calculation source written in javascript. The magic happens in CRCMaster.Calculate() method.

Resources for CRC calculation (except from StackOverflow, and Google),

  • CRC Definition in Wikipedia
  • Wikipedia CRC Computation Article
  • Lammert Bies CRC Calculator

Input Data Enter key also submits 123456789 Calculate CRC! Input Type ASCII Ctrl + Shift + 1 HEX Ctrl + Shift + 2 1 Byte Checksum CRC-16 CRC-16 (Modbus) CRC-16 (Sick) CRC-CCITT (XModem) CRC-CCITT (0xFFFF) CRC-CCITT (0x1D0F) CRC-CCITT (Kermit) CRC-DNP CRC-32

Từ khóa » Tính Crc Online