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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 鬟ョ奛スF | 11101001101000111010111011111010101000011011110101000110 | e9a3aefaa1bd46 |
EUC-JP | 鬟ョ奛スF | 11110010101001011000111010101110100011111011100011110111100011101011110101000110 | f2a58eae8fb8f78ebd46 |
UTF-8 | 鬟ョ奛スF | 11101001101011001001111111101111101111011010111011100101101001011001101111101111101111011011110101000110 | e9ac9fefbdaee5a59befbdbd46 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)