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 | 瑚類 | 10001100111010001001011111011110 | 8ce897de |
EUC-JP | 瑚類 | 10111000111010101100111011100000 | b8eacee0 |
UTF-8 | 瑚類 | 111001111001000110011010111010011010000110011110 | e7919ae9a19e |
UHC | 瑚類 | 11111011110100011101011110111110 | fbd1d7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)