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äc}häc{^ | 1001100001101000111001000110001101111101100110000110100011100100011000110111101101011110 | 9868e4637d9868e4637b5e |
SJIS-WIN | ?h?c}?h?c{^ | 0011111101101000001111110110001101111101001111110110100000111111011000110111101101011110 | 3f683f637d3f683f637b5e |
EUC-JP | ?häc}?häc{^ | 001111110110100010001111101010111010001101100011011111010011111101101000100011111010101110100011011000110111101101011110 | 3f688faba3637d3f688faba3637b5e |
UTF-8 | häc}häc{^ | 110000101001100001101000110000111010010001100011011111011100001010011000011010001100001110100100011000110111101101011110 | c29868c3a4637dc29868c3a4637b5e |
UHC | ?h?c}?h?c{^ | 0011111101101000001111110110001101111101001111110110100000111111011000110111101101011110 | 3f683f637d3f683f637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)