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?? | 00111111001111110011111100111111010001100011111100111111 | 3f3f3f3f463f3f |
SJIS-WIN | 畯???F烝? | 111110110110111100111111001111110011111101000110111000000111111000111111 | fb6f3f3f3f46e07e3f |
EUC-JP | 畯???F烝? | 10001111110011011011101100111111001111110011111101000110110111111101111100111111 | 8fcdbb3f3f3f46dfdf3f |
UTF-8 | 畯얹렰렚F烝렱 | 11100111100101011010111111101100100101101011100111101011101000001011000011101011101000001001101001000110111001111000001110011101111010111010000010110001 | e795afec96b9eba0b0eba09a46e7839deba0b1 |
UHC | 畯얹렰렚F烝렱 | 11110001111000011011111011110001100011101011110110001110101011010100011011110001111101101000111010111110 | f1e1bef18ebd8ead46f1f68ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)