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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 釶ス荳域エェB | 11100111110111111011110111100100101110001000100011100110101101001010101001000010 | e7dfbde4b888e6b4aa42 |
EUC-JP | 釶ス荳域エェB | 11101110111000011000111010111101111010001011101010110000111010001000111010110100100011101010101001000010 | eee18ebde8bab0e88eb48eaa42 |
UTF-8 | 釶ス荳域エェB | 11101001100001111011011011101111101111011011110111101000100011011011001111100101100111111001111111101111101111011011010011101111101111011010101001000010 | e987b6efbdbde88db3e59f9fefbdb4efbdaa42 |
UHC | ??荳域??B | 001111110011111111010100111001011110011010110100001111110011111101000010 | 3f3fd4e5e6b43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)