To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 韶泌クク鈑 | 1110100011101110100101001110010110111000101110001110011111100101 | e8ee94e5b8b8e7e5 |
| EUC-JP | 韶泌クク鈑 | 11110000111100001100100011100111100011101011100010001110101110001110111011100111 | f0f0c8e78eb88eb8eee7 |
| UTF-8 | 韶泌クク鈑 | 111010011001111110110110111001101011001110001100111011111011110110111000111011111011110110111000111010011000100010010001 | e99fb6e6b38cefbdb8efbdb8e98891 |
| UHC | 韶泌??鈑 | 1110000111010010111110011011001000111111001111111111011111111110 | e1d2f9b23f3ff7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)