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 | 迪擔 | 11100111100011001001110101011110 | e78c9d5e |
EUC-JP | 迪擔 | 11101101111011001101100110111111 | edecd9bf |
UTF-8 | 迪擔 | 111010001011111110101010111001101001001110010100 | e8bfaae69394 |
UHC | 迪擔 | 11101110111010001101001110111101 | eee8d3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)