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 | ?????c | 001111110011111100111111001111110011111101100011 | 3f3f3f3f3f63 |
SJIS-WIN | 鄒」阡慕憧c | 11100111101111101010001111101000100101001001010111100111100100111011001001100011 | e7bea3e89495e793b263 |
EUC-JP | 鄒」阡慕憧c | 1110111011000000100011101010001111101111111101001100101011101001110001101011010001100011 | eec08ea3eff4cae9c6b463 |
UTF-8 | 鄒」阡慕憧c | 11101001100001001001001011101111101111011010001111101001100110001010000111100110100001011001010111100110100001101010011101100011 | e98492efbda3e998a1e68595e686a763 |
UHC | 鄒?阡慕憧c | 11110101110110110011111111110100110001101101100110110111110101001101001101100011 | f5db3ff4c6d9b7d4d363 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)