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 | ?in}?in{^ | 001111110110100101101110011111010011111101101001011011100111101101011110 | 3f696e7d3f696e7b5e |
SJIS-WIN | ?in}?in{^ | 001111110110100101101110011111010011111101101001011011100111101101011110 | 3f696e7d3f696e7b5e |
EUC-JP | ?in}?in{^ | 001111110110100101101110011111010011111101101001011011100111101101011110 | 3f696e7d3f696e7b5e |
UTF-8 | 혣in}혣in{^ | 11101101100110001010001101101001011011100111110111101101100110001010001101101001011011100111101101011110 | ed98a3696e7ded98a3696e7b5e |
UHC | 혣in}혣in{^ | 1100001010001100011010010110111001111101110000101000110001101001011011100111101101011110 | c28c696e7dc28c696e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)