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 | 痣祺 | 11100001011110111110001001010001 | e17be251 |
EUC-JP | 痣祺 | 11100001110111001110001110110010 | e1dce3b2 |
UTF-8 | 痣祺 | 111001111001011110100011111001111010010110111010 | e797a3e7a5ba |
UHC | ?祺 | 001111111101000110111000 | 3fd1b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)