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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 嶢???h | 100110111101000000111111001111110011111101101000 | 9bd03f3f3f68 |
EUC-JP | 嶢???h | 110101101101001000111111001111110011111101101000 | d6d23f3f3f68 |
UTF-8 | 嶢렎稶렭h | 11100101101101101010001011101011101000001000111011100111101010001011011011101011101000001010110101101000 | e5b6a2eba08ee7a8b6eba0ad68 |
UHC | 嶢렎稶렭h | 111010001111001010001110101001001110100111110011100011101011101001101000 | e8f28ea4e9f38eba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)