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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 癘蜩\ | 1110000110010110111001011001001101011100 | e196e5935c |
EUC-JP | 癘蜩\ | 1110000111110110111010011111001101011100 | e1f6e9f35c |
UTF-8 | 癘蜩\ | 11100111100110011001100011101000100111001010100101011100 | e79998e89ca95c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)