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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 晏?? | 10011101111001010011111100111111 | 9de53f3f |
EUC-JP | 晏?? | 11011010111001110011111100111111 | dae73f3f |
UTF-8 | 晏서속 | 111001101001100110001111111011001000010010011100111011001000011010001101 | e6998fec849cec868d |
UHC | 晏서속 | 111001001100111110111100101011011011110011010011 | e4cfbcadbcd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)