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 | 鬩苓シ | 1110100110101001100101111110100010111100 | e9a997e8bc |
EUC-JP | 鬩苓シ | 111100101010101111001110111010101000111010111100 | f2abceea8ebc |
UTF-8 | 鬩苓シ | 111010011010110010101001111010001000101110010011111011111011110110111100 | e9aca9e88b93efbdbc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)