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 | ?h??^ | 0011111101101000001111110011111101011110 | 3f683f3f5e |
SJIS-WIN | 達h但即^ | 1001001001000010011010001001001001000001100100011010011001011110 | 924268924191a65e |
EUC-JP | 達h但即^ | 1100001110100011011010001100001110100010110000101010100001011110 | c3a368c3a2c2a85e |
UTF-8 | 達h但即^ | 1110100110000001100101000110100011100100101111011000011011100101100011011011001101011110 | e9819468e4bd86e58db35e |
UHC | 達h但?^ | 11010011101110010110100011010011101000110011111101011110 | d3b968d3a33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)