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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 冶⑤?怡?^ | 100101101110100010000111010001000011111110011100011111010011111101011110 | 96e887443f9c7d3f5e |
EUC-JP | 冶??怡?^ | 1100110011101010001111110011111111010111110111100011111101011110 | ccea3f3fd7de3f5e |
UTF-8 | 冶⑤씮怡첽^ | 11100101100001101011011011100010100100011010010011101100100101001010111011100110100000001010000111101100101100101011110101011110 | e586b6e291a4ec94aee680a1ecb2bd5e |
UHC | 冶⑤씮怡첽^ | 1110010110100111101010001110101110011101101111111110110010101110101010110110001101011110 | e5a7a8eb9dbfecaeab635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)