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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 禎?雍葛?? | 100100101111010100111111111010001011010010001010100010110011111100111111 | 92f53fe8b48a8b3f3f |
| EUC-JP | 禎?雍葛?? | 110001001111011100111111111100001011011010110011111010110011111100111111 | c4f73ff0b6b3eb3f3f |
| UTF-8 | 禎렋雍葛렩렩 | 111001111010011010001110111010111010000010001011111010011001101110001101111010001001000110011011111010111010000010101001111010111010000010101001 | e7a68eeba08be99b8de8919beba0a9eba0a9 |
| UHC | 禎렋雍葛렩렩 | 111011111110111010001110101000101110100010111100110010101110011110001110101101111000111010110111 | efee8ea2e8bccae78eb78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)