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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 杓湿杓湿^ | 11110000110000011000111011011011100011101011110011110000110000011000111011011011100011101011110001011110 | f0c18edb8ebcf0c18edb8ebc5e |
EUC-JP | ?杓湿?杓湿^ | 0011111110111100110111011011110010111110001111111011110011011101101111001011111001011110 | 3fbcddbcbe3fbcddbcbe5e |
UTF-8 | 杓湿杓湿^ | 11101110100000101000000011100110100111011001001111100110101110011011111111101110100000101000000011100110100111011001001111100110101110011011111101011110 | ee8280e69d93e6b9bfee8280e69d93e6b9bf5e |
UHC | ?杓??杓?^ | 001111111111100011110101001111110011111111111000111101010011111101011110 | 3ff8f53f3ff8f53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)