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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蒸?沮?\ | 10001111111101100011111110011111100111000011111101011100 | 8ff63f9f9c3f5c |
EUC-JP | 蒸?沮?\ | 10111110111110000011111111011101111111000011111101011100 | bef83fddfc3f5c |
UTF-8 | 蒸렣沮렑\ | 11101000100100101011100011101011101000001010001111100110101100101010111011101011101000001001000101011100 | e892b8eba0a3e6b2aeeba0915c |
UHC | 蒸렣沮렑\ | 111100011111101010001110101101001110111011000001100011101010011001011100 | f1fa8eb4eec18ea65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)