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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
| SJIS-WIN | ???悅λ?H | 001111110011111100111111111110101011110110000011110010010011111101001000 | 3f3f3ffabd83c93f48 |
| EUC-JP | ????λ?H | 0011111100111111001111110011111110100110110010110011111101001000 | 3f3f3f3fa6cb3f48 |
| UTF-8 | 緣욌젙悅λ젻H | 111001111011011110100011111011001001101010001100111011001010000010011001111001101000001010000101110011101011101111101100101000001011101101001000 | e7b7a3ec9a8ceca099e68285cebbeca0bb48 |
| UHC | 緣욌젙悅λ젻H | 11100110110111101001111011101011101000001001010111100110111011011010010111101011101000001010111001001000 | e6de9eeba095e6eda5eba0ae48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)