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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 閻祈 | 11101000100001011000101101000110 | e8858b46 |
EUC-JP | 閻祈 | 11101111111001011011010110100111 | efe5b5a7 |
UTF-8 | 閻祈 | 111010011001011010111011111001111010010110001000 | e996bbe7a588 |
UHC | 閻祈 | 11100111101000101101000110110111 | e7a2d1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)