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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 愿?愿?B | 10011100110000110011111110011100110000110011111101000010 | 9cc33f9cc33f42 |
EUC-JP | 愿?愿?B | 11011000110001010011111111011000110001010011111101000010 | d8c53fd8c53f42 |
UTF-8 | 愿렪愿렪B | 11100110100001001011111111101011101000001010101011100110100001001011111111101011101000001010101001000010 | e684bfeba0aae684bfeba0aa42 |
UHC | 愿렪愿렪B | 111010101011010010001110101110001110101010110100100011101011100001000010 | eab48eb8eab48eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)