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 | 閻矩挙 | 111010001000010110001011111010011000101110010011 | e8858be98b93 |
EUC-JP | 閻矩挙 | 111011111110010110110110111010111011010111110011 | efe5b6ebb5f3 |
UTF-8 | 閻矩挙 | 111010011001011010111011111001111001111110101001111001101000110010011001 | e996bbe79fa9e68c99 |
UHC | 閻矩? | 1110011110100010110011111011101100111111 | e7a2cfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)