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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 迪エ辷ーv | 11100111100011001011010011100111100010001011000001110110 | e78cb4e788b076 |
EUC-JP | 迪エ辷ーv | 111011011110110010001110101101001110110111101000100011101011000001110110 | edec8eb4ede88eb076 |
UTF-8 | 迪エ辷ーv | 11101000101111111010101011101111101111011011010011101000101111101011011111101111101111011011000001110110 | e8bfaaefbdb4e8beb7efbdb076 |
UHC | 迪???v | 111011101110100000111111001111110011111101110110 | eee83f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)