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 | 迪セ辷ャ^ | 11100111100011001011111011100111100010001010110001011110 | e78cbee788ac5e |
EUC-JP | 迪セ辷ャ^ | 111011011110110010001110101111101110110111101000100011101010110001011110 | edec8ebeede88eac5e |
UTF-8 | 迪セ辷ャ^ | 11101000101111111010101011101111101111011011111011101000101111101011011111101111101111011010110001011110 | e8bfaaefbdbee8beb7efbdac5e |
UHC | 迪???^ | 111011101110100000111111001111110011111101011110 | eee83f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)