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 | 鎔藺 | 11101000010011111110010101100001 | e84fe561 |
EUC-JP | 鎔藺 | 11101111101100001110100111000010 | efb0e9c2 |
UTF-8 | 鎔藺 | 111010011000111010010100111010001001011110111010 | e98e94e897ba |
UHC | 鎔藺 | 11101001110010101101011111110100 | e9cad7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)