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 | 11100111101111011001111111101000100000101011010011101000100111111011100101000110 | e7bd9fe882b4e89fb946 |
EUC-JP | 鄂溯ざ陝ケF | 1110111010111111110111101110101010100100101101101111000010100001100011101011100101000110 | eebfdeeaa4b6f0a18eb946 |
UTF-8 | 鄂溯ざ陝ケF | 11101001100001001000001011100110101110101010111111100011100000011001011011101001100110011001110111101111101111011011100101000110 | e98482e6baafe38196e9999defbdb946 |
UHC | 鄂溯ざ陝?F | 11100100110001111110000110111101101010101011011011100000111011010011111101000110 | e4c7e1bdaab6e0ed3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)