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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 絛魴 | 11100011010101011110100110110101 | e355e9b5 |
EUC-JP | 絛魴 | 11100101101101101111001010110111 | e5b6f2b7 |
UTF-8 | 絛魴 | 111001111011010110011011111010011010110110110100 | e7b59be9adb4 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)