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 | 墺??鵝? | 10011010110100100011111100111111111010100100000000111111 | 9ad23f3fea403f |
EUC-JP | 墺??鵝? | 11010100110101000011111100111111111100111010000100111111 | d4d43f3ff3a13f |
UTF-8 | 墺섅꺈鵝뢆 | 111001011010001010111010111011001000010010000101111010101011101010001000111010011011010110011101111010111010001010000110 | e5a2baec8485eaba88e9b59deba286 |
UHC | 墺섅꺈鵝뢆 | 11100111111100101001100011100011100000111010111111100100101111011000111101000010 | e7f298e383afe4bd8f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)