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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 躁?? | 11100111010011100011111100111111 | e74e3f3f |
| EUC-JP | 躁?? | 11101101101011110011111100111111 | edaf3f3f |
| UTF-8 | 躁ㅷ홧 | 111010001011101010000001111000111000010110110111111011011001100110100111 | e8ba81e385b7ed99a7 |
| UHC | 躁ㅷ홧 | 111100001110001010100100111001111100100010110001 | f0e2a4e7c8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)