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 | 11100111111100101001010111101001100110111000000111100101101011111010100101000110 | e7f295e99b81e5afa946 |
EUC-JP | 銓暮宦蟇ゥF | 1110111011110100110010101110101111010101111000011110101010110001100011101010100101000110 | eef4caebd5e1eab18ea946 |
UTF-8 | 銓暮宦蟇ゥF | 11101001100010101001001111100110100110101010111011100101101011101010011011101000100111111000011111101111101111011010100101000110 | e98a93e69aaee5aea6e89f87efbda946 |
UHC | 銓暮宦??F | 111011111011000011011001101110101111110010110010001111110011111101000110 | efb0d9bafcb23f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)