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 | 燕葫 | 10001001100011011110010011010111 | 898de4d7 |
EUC-JP | 燕葫 | 10110001111011011110100011011001 | b1ede8d9 |
UTF-8 | 燕葫 | 111001111000011110010101111010001001000110101011 | e78795e891ab |
UHC | 燕葫 | 11100110110110001111101111011001 | e6d8fbd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)