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 | 蓉漏 | 10010111011101011001100001010010 | 97759852 |
EUC-JP | 蓉漏 | 11001101110101101100111110110011 | cdd6cfb3 |
UTF-8 | 蓉漏 | 111010001001001110001001111001101011110010001111 | e89389e6bc8f |
UHC | 蓉漏 | 11101001110010001101011110101001 | e9c8d7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)