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 | 旌迯 | 10011101110101011110011110001101 | 9dd5e78d |
EUC-JP | 旌迯 | 11011010110101111110110111101101 | dad7eded |
UTF-8 | 旌迯 | 111001101001011110001100111010001011111110101111 | e6978ce8bfaf |
UHC | 旌? | 111011111101101100111111 | efdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)