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 | 艾肢 | 11100100100010001000111010001000 | e4888e88 |
EUC-JP | 艾肢 | 11100111111010001011101111101000 | e7e8bbe8 |
UTF-8 | 艾肢 | 111010001000100110111110111010001000001010100010 | e889bee882a2 |
UHC | 艾肢 | 11100100111101011111001010110110 | e4f5f2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)