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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????療☆ | 0011111100111111001111110011111110010111110000111000000110011001 | 3f3f3f3f97c38199 |
EUC-JP | ????療☆ | 0011111100111111001111110011111111001110110001011010000111111001 | 3f3f3f3fcec5a1f9 |
UTF-8 | 戾┡룴⑻療☆ | 111001101000100010111110111000101001010010100001111010111010001110110100111000101001000110111011111001111001100110000010111000101001100010000110 | e688bee294a1eba3b4e291bbe79982e29886 |
UHC | 戾┡룴⑻療☆ | 110101011110100010100110110010111000111110101001101010011110111011010110111110111010000111011001 | d5e8a6cb8fa9a9eed6fba1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)