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 | ??c}??c{^ | 001111110011111101100011011111010011111100111111011000110111101101011110 | 3f3f637d3f3f637b5e |
SJIS-WIN | 痔c}痔c{^ | 11110010101100011000111010100100011000110111110111110010101100011000111010100100011000110111101101011110 | f2b18ea4637df2b18ea4637b5e |
EUC-JP | ?痔c}?痔c{^ | 0011111110111100101001100110001101111101001111111011110010100110011000110111101101011110 | 3fbca6637d3fbca6637b5e |
UTF-8 | 痔c}痔c{^ | 1110111010000111101010001110011110010111100101000110001101111101111011101000011110101000111001111001011110010100011000110111101101011110 | ee87a8e79794637dee87a8e79794637b5e |
UHC | ?痔c}?痔c{^ | 0011111111110110110000000110001101111101001111111111011011000000011000110111101101011110 | 3ff6c0637d3ff6c0637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)