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 | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
| SJIS-WIN | 阯会ス画エェZ | 11101000100101111000100111101111101111011000100111100110101101001010101001011010 | e89789efbd89e6b4aa5a |
| EUC-JP | 阯会ス画エェZ | 11101111111101111011001011110001100011101011110110110010111010001000111010110100100011101010101001011010 | eff7b2f18ebdb2e88eb48eaa5a |
| UTF-8 | 阯会ス画エェZ | 11101001100110001010111111100100101111001001101011101111101111011011110111100111100101001011101111101111101111011011010011101111101111011010101001011010 | e998afe4bc9aefbdbde794bbefbdb4efbdaa5a |
| UHC | ??????Z | 00111111001111110011111100111111001111110011111101011010 | 3f3f3f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)