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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 莞?\ | 10001010110011100011111101011100 | 8ace3f5c |
EUC-JP | 莞脘\ | 101101001101000010001111110101101010110001011100 | b4d08fd6ac5c |
UTF-8 | 莞脘\ | 11101000100011101001111011101000100001001001100001011100 | e88e9ee884985c |
UHC | 莞脘\ | 1110100011010100111010001101001001011100 | e8d4e8d25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)