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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 癲??┼^ | 11100001100111110011111100111111100001001010100101011110 | e19f3f3f84a95e |
| EUC-JP | 癲??┼^ | 11100010101000010011111100111111101010001010101101011110 | e2a13f3fa8ab5e |
| UTF-8 | 癲뚎꾨┼^ | 11100111100110011011001011101011100110101000111011101010101111101010100011100010100101001011110001011110 | e799b2eb9a8eeabea8e294bc5e |
| UHC | 癲뚎꾨┼^ | 111011111010011010001100110100011000010011101011101001101010101101011110 | efa68cd184eba6ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)