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 | 珽??珽??^ | 1000111111001011111111100011111100111111100011111100101111111110001111110011111101011110 | 8fcbfe3f3f8fcbfe3f3f5e |
UTF-8 | 珽띤㉩珽띤㉦^ | 11100111100011111011110111101011100111011010010011100011100010011010100111100111100011111011110111101011100111011010010011100011100010011010011001011110 | e78fbdeb9da4e389a9e78fbdeb9da4e389a65e |
UHC | 珽띤㉩珽띤㉦^ | 11101111111010101011011011101101101010001011101011101111111010101011011011101101101010001011011101011110 | efeab6eda8baefeab6eda8b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)