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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 阡暮宦蟇ゥF | 11101000100101001001010111101001100110111000000111100101101011111010100101000110 | e89495e99b81e5afa946 |
EUC-JP | 阡暮宦蟇ゥF | 1110111111110100110010101110101111010101111000011110101010110001100011101010100101000110 | eff4caebd5e1eab18ea946 |
UTF-8 | 阡暮宦蟇ゥF | 11101001100110001010000111100110100110101010111011100101101011101010011011101000100111111000011111101111101111011010100101000110 | e998a1e69aaee5aea6e89f87efbda946 |
UHC | 阡暮宦??F | 111101001100011011011001101110101111110010110010001111110011111101000110 | f4c6d9bafcb23f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)