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 | 閻吃 | 11101000100001011000101101101000 | e8858b68 |
EUC-JP | 閻吃 | 11101111111001011011010111001001 | efe5b5c9 |
UTF-8 | 閻吃 | 111010011001011010111011111001011001000010000011 | e996bbe59083 |
UHC | 閻吃 | 11100111101000101111110111011110 | e7a2fdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)