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 | ???衣??? | 0011111100111111001111111000100011011111001111110011111100111111 | 3f3f3f88df3f3f3f |
| EUC-JP | ???衣??? | 0011111100111111001111111011000011100001001111110011111100111111 | 3f3f3fb0e13f3f3f |
| UTF-8 | 琉싨렉衣뚧렉理 | 111011111010011110001100111011001000101110101000111010111010000010001001111010001010000110100011111010111001101010100111111010111010000010001001111011111010011110100100 | efa78cec8ba8eba089e8a1a3eb9aa7eba089efa7a4 |
| UHC | 琉싨렉衣뚧렉理 | 1110101110100100100110101110011010110111101110101110101111111101100011001110011010110111101110101110110010110101 | eba49ae6b7baebfd8ce6b7baecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)