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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 雅?????? | 1000100111101011001111110011111100111111001111110011111100111111 | 89eb3f3f3f3f3f3f |
| EUC-JP | 雅?????? | 1011001011101101001111110011111100111111001111110011111100111111 | b2ed3f3f3f3f3f3f |
| UTF-8 | 雅먮젙惡욌젳閱 | 111010011001101110000101111010111010100010101110111011001010000010011001111011111010011010111001111011001001101010001100111011001010000010110011111010011001011010110001 | e99b85eba8aeeca099efa6b9ec9a8ceca0b3e996b1 |
| UHC | 雅먮젙惡욌젳閱 | 1110010010111010100100001110101110100000100101011110011111110111100111101110101110100000101001111110011011110011 | e4ba90eba095e7f79eeba0a7e6f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)