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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 墺???? | 100110101101001000111111001111110011111100111111 | 9ad23f3f3f3f |
EUC-JP | 墺???? | 110101001101010000111111001111110011111100111111 | d4d43f3f3f3f |
UTF-8 | 墺섅꺈銳쵧 | 111001011010001010111010111011001000010010000101111010101011101010001000111010011000101010110011111011001011010110100111 | e5a2baec8485eaba88e98ab3ecb5a7 |
UHC | 墺섅꺈銳쵧 | 11100111111100101001100011100011100000111010111111100111111001011010110101000110 | e7f298e383afe7e5ad46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)