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 | 袱應 | 11100101110111101001110011100100 | e5de9ce4 |
EUC-JP | 袱應 | 11101010111000001101100011100110 | eae0d8e6 |
UTF-8 | 袱應 | 111010001010001010110001111001101000011110001001 | e8a2b1e68789 |
UHC | ?應 | 001111111110101111101011 | 3febeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)