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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 贓?贓?^ | 11100110110110010011111111100110110110010011111101011110 | e6d93fe6d93f5e |
EUC-JP | 贓?贓?^ | 11101100110110110011111111101100110110110011111101011110 | ecdb3fecdb3f5e |
UTF-8 | 贓렩贓렩^ | 11101000101101001001001111101011101000001010100111101000101101001001001111101011101000001010100101011110 | e8b493eba0a9e8b493eba0a95e |
UHC | 贓렩贓렩^ | 111011011111110010001110101101111110110111111100100011101011011101011110 | edfc8eb7edfc8eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)