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 | 迢キ薰コ^ | 11100111100010111011011111111011100111101011101001011110 | e78bb7fb9eba5e |
EUC-JP | 迢キ?コ^ | 1110110111101011100011101011011100111111100011101011101001011110 | edeb8eb73f8eba5e |
UTF-8 | 迢キ薰コ^ | 11101000101111111010001011101111101111011011011111101000100101101011000011101111101111011011101001011110 | e8bfa2efbdb7e896b0efbdba5e |
UHC | ??薰?^ | 001111110011111111111101101110010011111101011110 | 3f3ffdb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)