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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 墺??鵝 | 100110101101001000111111001111111110101001000000 | 9ad23f3fea40 |
EUC-JP | 墺??鵝 | 110101001101010000111111001111111111001110100001 | d4d43f3ff3a1 |
UTF-8 | 墺섅꺈鵝 | 111001011010001010111010111011001000010010000101111010101011101010001000111010011011010110011101 | e5a2baec8485eaba88e9b59d |
UHC | 墺섅꺈鵝 | 1110011111110010100110001110001110000011101011111110010010111101 | e7f298e383afe4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)