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 | 倚??冶? | 10011000110111110011111100111111100101101110100000111111 | 98df3f3f96e83f |
| EUC-JP | 倚??冶? | 11010000111000010011111100111111110011001110101000111111 | d0e13f3fccea3f |
| UTF-8 | 倚좎뵇冶딵 | 111001011000000010011010111011001010001010001110111010111011010110000111111001011000011010110110111010111001010010110101 | e5809aeca28eebb587e586b6eb94b5 |
| UHC | 倚좎뵇冶딵 | 11101011111011111010000011101100100101001000110111100101101001111000101101001111 | ebefa0ec948de5a78b4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)