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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 丹釘?h | 100100100100111110010011010000100011111101101000 | 924f93423f68 |
EUC-JP | 丹釘饔h | 1100001110110000110001011010001110001111111010001110111101101000 | c3b0c5a38fe8ef68 |
UTF-8 | 丹釘饔h | 11100100101110001011100111101001100001111001100011101001101001011001010001101000 | e4b8b9e98798e9a59468 |
UHC | 丹釘饔h | 11010011101000011110111111111001111010001011110101101000 | d3a1eff9e8bd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)