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 | 韃鯉 | 11101000111001011000110011101111 | e8e58cef |
EUC-JP | 韃鯉 | 11110000111001111011100011110001 | f0e7b8f1 |
UTF-8 | 韃鯉 | 111010011001111110000011111010011010111110001001 | e99f83e9af89 |
UHC | ?鯉 | 001111111101011111101111 | 3fd7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)