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 | 張陌? | 1001001010100011111010001001100100111111 | 92a3e8993f |
EUC-JP | 張陌? | 1100010010100101111011111111100100111111 | c4a5eff93f |
UTF-8 | 張陌렯 | 111001011011110010110101111010011001100110001100111010111010000010101111 | e5bcb5e9998ceba0af |
UHC | 張陌렯 | 111011011110010111011000111010001000111010111100 | ede5d8e88ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)