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 | 磁湿磁湿^ | 11110100101000111000111010100101100011101011110011110100101000111000111010100101100011101011110001011110 | f4a38ea58ebcf4a38ea58ebc5e |
EUC-JP | ?磁湿?磁湿^ | 0011111110111100101001111011110010111110001111111011110010100111101111001011111001011110 | 3fbca7bcbe3fbca7bcbe5e |
UTF-8 | 磁湿磁湿^ | 11101110100011011001001011100111101000111000000111100110101110011011111111101110100011011001001011100111101000111000000111100110101110011011111101011110 | ee8d92e7a381e6b9bfee8d92e7a381e6b9bf5e |
UHC | ?磁??磁?^ | 001111111110110110111000001111110011111111101101101110000011111101011110 | 3fedb83f3fedb83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)