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 | 轌恊 | 11100111011110011001110010010000 | e7799c90 |
EUC-JP | 轌恊 | 11101101110110101101011111110000 | eddad7f0 |
UTF-8 | 轌恊 | 111010001011110110001100111001101000000110001010 | e8bd8ce6818a |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)