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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 驥磯㊧\ | 11101001100001111000100011101001100001111000100001011100 | e98788e987885c |
EUC-JP | 驥磯?\ | 111100011110011110110000111010110011111101011100 | f1e7b0eb3f5c |
UTF-8 | 驥磯㊧\ | 11101001101010011010010111100111101000111010111111100011100010101010011101011100 | e9a9a5e7a3afe38aa75c |
UHC | 驥磯?\ | 110100011100101011010001101101000011111101011100 | d1cad1b43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)