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 | 111001001010011011110100110100101110010010100110111101001101001001000010 | e4a6f4d2e4a6f4d242 |
EUC-JP | 荐?荐?B | 11101000101010000011111111101000101010000011111101000010 | e8a83fe8a83f42 |
UTF-8 | 荐荐B | 11101000100011011001000011101110100011101000000111101000100011011001000011101110100011101000000101000010 | e88d90ee8e81e88d90ee8e8142 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)