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{^ | 1001001001101101001111110110001101111101100100100110110100111111011000110111101101011110 | 926d3f637d926d3f637b5e |
EUC-JP | 知?c}知?c{^ | 1100001111001110001111110110001101111101110000111100111000111111011000110111101101011110 | c3ce3f637dc3ce3f637b5e |
UTF-8 | 知렎c}知렎c{^ | 1110011110011111101001011110101110100000100011100110001101111101111001111001111110100101111010111010000010001110011000110111101101011110 | e79fa5eba08e637de79fa5eba08e637b5e |
UHC | 知렎c}知렎c{^ | 11110010101100011000111010100100011000110111110111110010101100011000111010100100011000110111101101011110 | f2b18ea4637df2b18ea4637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)