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 | ÔøÔø^ | 1101010011111000110101001111100001011110 | d4f8d4f85e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÔøÔø^ | 10001111101010101101010010001111101010011100110010001111101010101101010010001111101010011100110001011110 | 8faad48fa9cc8faad48fa9cc5e |
UTF-8 | ÔøÔø^ | 110000111001010011000011101110001100001110010100110000111011100001011110 | c394c3b8c394c3b85e |
UHC | ?ø?ø^ | 00111111101010011010101000111111101010011010101001011110 | 3fa9aa3fa9aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)