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 | 螳唯 | 11100101101011101001011101000010 | e5ae9742 |
EUC-JP | 螳唯 | 11101010101100001100110110100011 | eab0cda3 |
UTF-8 | 螳唯 | 111010001001111010110011111001011001010010101111 | e89eb3e594af |
UHC | 螳唯 | 11010011110110011110101011100110 | d3d9eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)