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 | 謗瑚 | 11100110100011101000110011101000 | e68e8ce8 |
EUC-JP | 謗瑚 | 11101011111011101011100011101010 | ebeeb8ea |
UTF-8 | 謗瑚 | 111010001010110010010111111001111001000110011010 | e8ac97e7919a |
UHC | 謗瑚 | 11011011101111111111101111010001 | dbbffbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)