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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 杓湿杓湿^ | 100011101101101110001110101111001000111011011011100011101011110001011110 | 8edb8ebc8edb8ebc5e |
EUC-JP | 杓湿杓湿^ | 101111001101110110111100101111101011110011011101101111001011111001011110 | bcddbcbebcddbcbe5e |
UTF-8 | 杓湿杓湿^ | 11100110100111011001001111100110101110011011111111100110100111011001001111100110101110011011111101011110 | e69d93e6b9bfe69d93e6b9bf5e |
UHC | 杓?杓?^ | 11111000111101010011111111111000111101010011111101011110 | f8f53ff8f53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)