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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 展?鄭?^ | 10010011010101110011111110010011010000010011111101011110 | 93573f93413f5e |
EUC-JP | 展?鄭?^ | 11000101101110000011111111000101101000100011111101011110 | c5b83fc5a23f5e |
UTF-8 | 展렏鄭렏^ | 11100101101100011001010111101011101000001000111111101001100001001010110111101011101000001000111101011110 | e5b195eba08fe984adeba08f5e |
UHC | 展렏鄭렏^ | 111011101111011110001110101001011110111111110111100011101010010101011110 | eef78ea5eff78ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)