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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 閻機h | 1110100010000101100010110100000001101000 | e8858b4068 |
EUC-JP | 閻機h | 1110111111100101101101011010000101101000 | efe5b5a168 |
UTF-8 | 閻機h | 11101001100101101011101111100110101010011001111101101000 | e996bbe6a99f68 |
UHC | 閻機h | 1110011110100010110100011010011001101000 | e7a2d1a668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)