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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?戈?痲^ | 00111111100111001111011100111111111000011000010001011110 | 3f9cf73fe1845e |
EUC-JP | ?戈?痲^ | 00111111110110001111100100111111111000011110010001011110 | 3fd8f93fe1e45e |
UTF-8 | 랍戈랍痲^ | 11101011100111101000110111100110100010001000100011101011100111101000110111100111100101111011001001011110 | eb9e8de68888eb9e8de797b25e |
UHC | 랍戈랍痲^ | 101101101111100011001101111111001011011011111000110110001010011001011110 | b6f8cdfcb6f8d8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)