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 | 終?證?^ | 10001111010010010011111111100110100110100011111101011110 | 8f493fe69a3f5e |
EUC-JP | 終?證?^ | 10111101101010100011111111101011111110100011111101011110 | bdaa3febfa3f5e |
UTF-8 | 終렔證렔^ | 11100111101101011000001011101011101000001001010011101000101011011000100111101011101000001001010001011110 | e7b582eba094e8ad89eba0945e |
UHC | 終렔證렔^ | 111100001111101110001110101010011111000111111011100011101010100101011110 | f0fb8ea9f1fb8ea95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)