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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 謗曙 | 11100110100011101000111110001100 | e68e8f8c |
EUC-JP | 謗曙 | 11101011111011101011110111101100 | ebeebdec |
UTF-8 | 謗曙 | 111010001010110010010111111001101001101110011001 | e8ac97e69b99 |
UHC | 謗曙 | 11011011101111111101111111110101 | dbbfdff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)