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 | xäc}xäc{^ | 1001101001111000111001000110001101111101100110100111100011100100011000110111101101011110 | 9a78e4637d9a78e4637b5e |
SJIS-WIN | ?x?c}?x?c{^ | 0011111101111000001111110110001101111101001111110111100000111111011000110111101101011110 | 3f783f637d3f783f637b5e |
EUC-JP | ?xäc}?xäc{^ | 001111110111100010001111101010111010001101100011011111010011111101111000100011111010101110100011011000110111101101011110 | 3f788faba3637d3f788faba3637b5e |
UTF-8 | xäc}xäc{^ | 110000101001101001111000110000111010010001100011011111011100001010011010011110001100001110100100011000110111101101011110 | c29a78c3a4637dc29a78c3a4637b5e |
UHC | ?x?c}?x?c{^ | 0011111101111000001111110110001101111101001111110111100000111111011000110111101101011110 | 3f783f637d3f783f637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)