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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 員儡c?? | 1000100011110101100110010101001110000010100000110011111100111111 | 88f5995382833f3f |
EUC-JP | 員儡c?? | 1011000011110111110100011011010010100011111000110011111100111111 | b0f7d1b4a3e33f3f |
UTF-8 | 員儡c뤋퀚 | 111001011001001110100001111001011000010010100001111011111011110110000011111010111010010010001011111011011000000010011010 | e593a1e584a1efbd83eba48bed809a |
UHC | 員儡c뤋퀚 | 11101010101011001101011011101101101000111110001110001111101110111011001110001110 | eaacd6eda3e38fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)