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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 뢭뾌롣뢭뾌롣^ | 11101011101000101010110111101011101111101000110011101011101000011010001111101011101000101010110111101011101111101000110011101011101000011010001101011110 | eba2adebbe8ceba1a3eba2adebbe8ceba1a35e |
UHC | 뢭뾌롣뢭뾌롣^ | 10001111011011011001011101001010100011101110010010001111011011011001011101001010100011101110010001011110 | 8f6d974a8ee48f6d974a8ee45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)