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 | 阮ー鬧抵ス毅 | 11101000100101101011000011101001101001111001001011101111101111011000101101000010 | e896b0e9a792efbd8b42 |
| EUC-JP | 阮ー鬧抵ス毅 | 111011111111011010001110101100001111001010101001110001001111000110001110101111011011010110100011 | eff68eb0f2a9c4f18ebdb5a3 |
| UTF-8 | 阮ー鬧抵ス毅 | 111010011001100010101110111011111011110110110000111010011010110010100111111001101000101010110101111011111011110110111101111001101010111110000101 | e998aeefbdb0e9aca7e68ab5efbdbde6af85 |
| UHC | 阮?鬧抵?毅 | 11101000110101100011111111010111101000101110111010111101001111111110101111110110 | e8d63fd7a2eebd3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)