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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 腴肴蟹 | 111001000100101010001101111001101000101001001001 | e44a8de68a49 |
EUC-JP | 腴肴蟹 | 111001111010101110111010111010001011001110101010 | e7abbae8b3aa |
UTF-8 | 腴肴蟹 | 111010001000010110110100111010001000001010110100111010001001111110111001 | e885b4e882b4e89fb9 |
UHC | ?肴蟹 | 0011111111111101101000101111101010101111 | 3ffda2faaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)