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 | 傳?雍葛? | 1001100101000010001111111110100010110100100010101000101100111111 | 99423fe8b48a8b3f |
| EUC-JP | 傳?雍葛? | 1101000110100011001111111111000010110110101100111110101100111111 | d1a33ff0b6b3eb3f |
| UTF-8 | 傳렋雍葛렩 | 111001011000001010110011111010111010000010001011111010011001101110001101111010001001000110011011111010111010000010101001 | e582b3eba08be99b8de8919beba0a9 |
| UHC | 傳렋雍葛렩 | 11101110111011101000111010100010111010001011110011001010111001111000111010110111 | eeee8ea2e8bccae78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)