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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 荼ス荳ケA | 11100100101101101011110111100100101110001011100101000001 | e4b6bde4b8b941 |
| EUC-JP | 荼ス荳ケA | 111010001011100010001110101111011110100010111010100011101011100101000001 | e8b88ebde8ba8eb941 |
| UTF-8 | 荼ス荳ケA | 11101000100011011011110011101111101111011011110111101000100011011011001111101111101111011011100101000001 | e88dbcefbdbde88db3efbdb941 |
| UHC | ??荳?A | 001111110011111111010100111001010011111101000001 | 3f3fd4e53f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)