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 | 鴣鹿ス」 | 1110100111110011100011101010110111110010101111111011110110100011 | e9f38eadf2bfbda3 |
EUC-JP | 鴣鹿?ス」 | 111100101111010110111100101011110011111110001110101111011000111010100011 | f2f5bcaf3f8ebd8ea3 |
UTF-8 | 鴣鹿ス」 | 111010011011010010100011111010011011100110111111111011101000011110110110111011111011110110111101111011111011110110100011 | e9b4a3e9b9bfee87b6efbdbdefbda3 |
UHC | ?鹿??? | 001111111101011011100011001111110011111100111111 | 3fd6e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)