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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 召'召'^ | 100011111010001011111010010101101000111110100010111110100101011001011110 | 8fa2fa568fa2fa565e |
EUC-JP | 召?召?^ | 10111110101001000011111110111110101001000011111101011110 | bea43fbea43f5e |
UTF-8 | 召'召'^ | 11100101100011111010110011101111101111001000011111100101100011111010110011101111101111001000011101011110 | e58facefbc87e58facefbc875e |
UHC | 召'召'^ | 111000011010111110100011101001111110000110101111101000111010011101011110 | e1afa3a7e1afa3a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)