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 | ?ゃ?魏ワ? | 001111111000001011100001001111111110100110110000100000111000111100111111 | 3f82e13fe9b0838f3f |
| EUC-JP | ?ゃ?魏ワ? | 001111111010010011100011001111111111001010110010101001011110111100111111 | 3fa4e33ff2b2a5ef3f |
| UTF-8 | 閭ゃ굟魏ワ쫱 | 111011111010011010000110111000111000001010000011111010101011010110011111111010011010110110001111111000111000001110101111111011001010101110110001 | efa686e38283eab59fe9ad8fe383afecabb1 |
| UHC | 閭ゃ굟魏ワ쫱 | 111001101010110110101010111000111000001010000111111010101110000010101011111011111010011010001001 | e6adaae38287eae0abefa689 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)