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 | 1000100110011101111001101110111101101000 | 899de6ef68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | ??æïh | 001111110011111110001111101010011100000110001111101010111100000101101000 | 3f3f8fa9c18fabc168 |
UTF-8 | æïh | 110000101000100111000010100111011100001110100110110000111010111101101000 | c289c29dc3a6c3af68 |
UHC | ??æ?h | 001111110011111110101001101000010011111101101000 | 3f3fa9a13f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)