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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 枝?茁?題 | 1000111001111101001111111111101110010011001111111001000111101000 | 8e7d3ffb933f91e8 |
| EUC-JP | 枝?茁?題 | 101110111101111000111111100011111101011111011110001111111100001011101010 | bbde3f8fd7de3fc2ea |
| UTF-8 | 枝렕茁렣題 | 111001101001111010011101111010111010000010010101111010001000110010000001111010111010000010100011111010011010000110001100 | e69e9deba095e88c81eba0a3e9a18c |
| UHC | 枝렕茁렣題 | 11110010101010111000111010101010111100011110100010001110101101001111000010111001 | f2ab8eaaf1e88eb4f0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)