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 | ?F?y}?F?y{^ | 0011111101000110001111110111100101111101001111110100011000111111011110010111101101011110 | 3f463f797d3f463f797b5e |
SJIS-WIN | ?F?y}?F?y{^ | 0011111101000110001111110111100101111101001111110100011000111111011110010111101101011110 | 3f463f797d3f463f797b5e |
EUC-JP | ?F?y}?F?y{^ | 0011111101000110001111110111100101111101001111110100011000111111011110010111101101011110 | 3f463f797d3f463f797b5e |
UTF-8 | 혣F혖y}혣F혖y{^ | 11101101100110001010001101000110111011011001100010010110011110010111110111101101100110001010001101000110111011011001100010010110011110010111101101011110 | ed98a346ed9896797ded98a346ed9896797b5e |
UHC | 혣F혖y}혣F혖y{^ | 110000101000110001000110110000101000000101111001011111011100001010001100010001101100001010000001011110010111101101011110 | c28c46c281797dc28c46c281797b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)