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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辷千イ | 1110011110001000100100001110011110110010 | e78890e7b2 |
EUC-JP | 辷千イ | 111011011110100011000000111010011000111010110010 | ede8c0e98eb2 |
UTF-8 | 辷千イ | 111010001011111010110111111001011000110110000011111011111011110110110010 | e8beb7e58d83efbdb2 |
UHC | ?千? | 00111111111101001011011000111111 | 3ff4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)