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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 肄?肄?B | 11100011111001010011111111100011111001010011111101000010 | e3e53fe3e53f42 |
| EUC-JP | 肄?肄?B | 11100110111001110011111111100110111001110011111101000010 | e6e73fe6e73f42 |
| UTF-8 | 肄렣肄렣B | 11101000100000101000010011101011101000001010001111101000100000101000010011101011101000001010001101000010 | e88284eba0a3e88284eba0a342 |
| UHC | 肄렣肄렣B | 111011001011110110001110101101001110110010111101100011101011010001000010 | ecbd8eb4ecbd8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)