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 | 蘚跣 | 11100101011001001110011011101111 | e564e6ef |
EUC-JP | 蘚跣 | 11101001110001011110110011110001 | e9c5ecf1 |
UTF-8 | 蘚跣 | 111010001001100010011010111010001011011110100011 | e8989ae8b7a3 |
UHC | 蘚跣 | 11100000110100001110000011010011 | e0d0e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)