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 | 凋?袁?蔓毅 | 10010010100111000011111111100101110011010011111110010110101000001000101101000010 | 929c3fe5cd3f96a08b42 |
| EUC-JP | 凋?袁?蔓毅 | 11000011111111000011111111101010110011110011111111001100101000101011010110100011 | c3fc3feacf3fcca2b5a3 |
| UTF-8 | 凋렪袁얜蔓毅 | 111001011000011110001011111010111010000010101010111010001010001010000001111011001001011010011100111010001001010010010011111001101010111110000101 | e5878beba0aae8a281ec969ce89493e6af85 |
| UHC | 凋렪袁얜蔓毅 | 111100001011110110001110101110001110101010111110101111101110101111011000110000001110101111110110 | f0bd8eb8eabebeebd8c0ebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)