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 | ?肴?肴^ | 00111111100011011110011000111111100011011110011001011110 | 3f8de63f8de65e |
EUC-JP | ?肴?肴^ | 00111111101110101110100000111111101110101110100001011110 | 3fbae83fbae85e |
UTF-8 | 뤌肴뤌肴^ | 11101011101001001000110011101000100000101011010011101011101001001000110011101000100000101011010001011110 | eba48ce882b4eba48ce882b45e |
UHC | 뤌肴뤌肴^ | 100011111011110011111101101000101000111110111100111111011010001001011110 | 8fbcfda28fbcfda25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)