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 | 蜈??恂?? | 1110010110000101001111110011111110011100100101100011111100111111 | e5853f3f9c963f3f |
| EUC-JP | 蜈??恂?? | 1110100111100101001111110011111111010111111101100011111100111111 | e9e53f3fd7f63f3f |
| UTF-8 | 蜈욅낯恂쇠쪥 | 111010001001110010001000111011001001101010000101111010111000001010101111111001101000000110000010111011001000011110100000111011001010101010100101 | e89c88ec9a85eb82afe68182ec87a0ecaaa5 |
| UHC | 蜈욅낯恂쇠쪥 | 111010001010010110011110111001111011001110111000111000101110000110111100111010001010010110011110 | e8a59ee7b3b8e2e1bce8a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)