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 | 11100110110110010011111111100110110110010011111101000010 | e6d93fe6d93f42 |
EUC-JP | 贓?贓?B | 11101100110110110011111111101100110110110011111101000010 | ecdb3fecdb3f42 |
UTF-8 | 贓렑贓렑B | 11101000101101001001001111101011101000001001000111101000101101001001001111101011101000001001000101000010 | e8b493eba091e8b493eba09142 |
UHC | 贓렑贓렑B | 111011011111110010001110101001101110110111111100100011101010011001000010 | edfc8ea6edfc8ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)