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 | 10010010100001101001101111010001001111110011111101000110 | 92869bd13f3f46 |
EUC-JP | 中嶝??F | 11000011111001101101011011010011001111110011111101000110 | c3e6d6d33f3f46 |
UTF-8 | 中嶝렰렭F | 11100100101110001010110111100101101101101001110111101011101000001011000011101011101000001010110101000110 | e4b8ade5b69deba0b0eba0ad46 |
UHC | 中嶝렰렭F | 111100011110100111010100111100011000111010111101100011101011101001000110 | f1e9d4f18ebd8eba46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)