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 | ?????L | 001111110011111100111111001111110011111101001100 | 3f3f3f3f3f4c |
SJIS-WIN | 鄒」阡慕憧L | 11100111101111101010001111101000100101001001010111100111100100111011001001001100 | e7bea3e89495e793b24c |
EUC-JP | 鄒」阡慕憧L | 1110111011000000100011101010001111101111111101001100101011101001110001101011010001001100 | eec08ea3eff4cae9c6b44c |
UTF-8 | 鄒」阡慕憧L | 11101001100001001001001011101111101111011010001111101001100110001010000111100110100001011001010111100110100001101010011101001100 | e98492efbda3e998a1e68595e686a74c |
UHC | 鄒?阡慕憧L | 11110101110110110011111111110100110001101101100110110111110101001101001101001100 | f5db3ff4c6d9b7d4d34c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)