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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 搔? | 10001111110000001100101100111111 | 8fc0cb3f |
UTF-8 | 搔뽊 | 111001101001000010010100111010111011110110001010 | e69094ebbd8a |
UHC | 搔뽊 | 11100001101110001001011011001001 | e1b896c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)