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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墺??鵝?? | 1001101011010010001111110011111111101010010000000011111100111111 | 9ad23f3fea403f3f |
EUC-JP | 墺??鵝?? | 1101010011010100001111110011111111110011101000010011111100111111 | d4d43f3ff3a13f3f |
UTF-8 | 墺섅꺈鵝뤺뙀 | 111001011010001010111010111011001000010010000101111010101011101010001000111010011011010110011101111010111010010010111010111010111001100110000000 | e5a2baec8485eaba88e9b59deba4baeb9980 |
UHC | 墺섅꺈鵝뤺뙀 | 111001111111001010011000111000111000001110101111111001001011110110001111111010001000110010000110 | e7f298e383afe4bd8fe88c86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)