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 | ??????~B | 0011111100111111001111110011111100111111001111110111111001000010 | 3f3f3f3f3f3f7e42 |
| SJIS-WIN | ???悅λ?~B | 00111111001111110011111111111010101111011000001111001001001111110111111001000010 | 3f3f3ffabd83c93f7e42 |
| EUC-JP | ????λ?~B | 001111110011111100111111001111111010011011001011001111110111111001000010 | 3f3f3f3fa6cb3f7e42 |
| UTF-8 | 緣욌젙悅λ젻~B | 11100111101101111010001111101100100110101000110011101100101000001001100111100110100000101000010111001110101110111110110010100000101110110111111001000010 | e7b7a3ec9a8ceca099e68285cebbeca0bb7e42 |
| UHC | 緣욌젙悅λ젻~B | 1110011011011110100111101110101110100000100101011110011011101101101001011110101110100000101011100111111001000010 | e6de9eeba095e6eda5eba0ae7e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)