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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
| SJIS-WIN | 癲?×倚 | 11100001100111110011111110000001011111101001100011011111 | e19f3f817e98df |
| EUC-JP | 癲?×倚 | 11100010101000010011111110100001110111111101000011100001 | e2a13fa1dfd0e1 |
| UTF-8 | 癲룹×倚 | 1110011110011001101100101110101110100011101110011100001110010111111001011000000010011010 | e799b2eba3b9c397e5809a |
| UHC | 癲룹×倚 | 1110111110100110101101111110110010100001101111111110101111101111 | efa6b7eca1bfebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)