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 | 谿樌 | 11100110101011101001111011101100 | e6ae9eec |
EUC-JP | 谿樌 | 11101100101100001101110011101110 | ecb0dcee |
UTF-8 | 谿樌 | 111010001011000010111111111001101010100010001100 | e8b0bfe6a88c |
UHC | 谿? | 110011011010110000111111 | cdac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)