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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 節??g\ | 100100001101111100111111001111110110011101011100 | 90df3f3f675c |
EUC-JP | 節??g\ | 110000001110000100111111001111110110011101011100 | c0e13f3f675c |
UTF-8 | 節억쉴g\ | 1110011110101111100000001110110010010110101101011110110010001001101101000110011101011100 | e7af80ec96b5ec89b4675c |
UHC | 節억쉴g\ | 1110111110111101101111101110111110111101101011110110011101011100 | efbdbeefbdaf675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)