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 | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| SJIS-WIN | ???悅λ?u^ | 00111111001111110011111111111010101111011000001111001001001111110111010101011110 | 3f3f3ffabd83c93f755e |
| EUC-JP | ????λ?u^ | 001111110011111100111111001111111010011011001011001111110111010101011110 | 3f3f3f3fa6cb3f755e |
| UTF-8 | 緣욌젙悅λ젻u^ | 11100111101101111010001111101100100110101000110011101100101000001001100111100110100000101000010111001110101110111110110010100000101110110111010101011110 | e7b7a3ec9a8ceca099e68285cebbeca0bb755e |
| UHC | 緣욌젙悅λ젻u^ | 1110011011011110100111101110101110100000100101011110011011101101101001011110101110100000101011100111010101011110 | e6de9eeba095e6eda5eba0ae755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)