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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 言⑧?壯??^ | 10001100101111101000011101000111001111111001101011100001001111110011111101011110 | 8cbe87473f9ae13f3f5e |
EUC-JP | 言??壯??^ | 101110001100000000111111001111111101010011100011001111110011111101011110 | b8c03f3fd4e33f3f5e |
UTF-8 | 言⑧겖壯삭춼^ | 11101000101010001000000011100010100100011010011111101010101100101001011011100101101000111010111111101100100000101010110111101100101101101011110001011110 | e8a880e291a7eab296e5a3afec82adecb6bc5e |
UHC | 言⑧겖壯삭춼^ | 11100101111010111010100011101110100000011010110111101101111000001011101111101000101011011001100001011110 | e5eba8ee81adede0bbe8ad985e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)