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 | 遑晞 | 11100111101000011001110111101001 | e7a19de9 |
EUC-JP | 遑晞 | 11101110101000111101101011101011 | eea3daeb |
UTF-8 | 遑晞 | 111010011000000110010001111001101001100110011110 | e98191e6999e |
UHC | 遑晞 | 11111100110110101111110111110101 | fcdafdf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)