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 | 召ア宵ヤ^ | 10001111101000101011000110001111101010101101010001011110 | 8fa2b18faad45e |
EUC-JP | 召ア宵ヤ^ | 101111101010010010001110101100011011111010101100100011101101010001011110 | bea48eb1beac8ed45e |
UTF-8 | 召ア宵ヤ^ | 11100101100011111010110011101111101111011011000111100101101011101011010111101111101111101001010001011110 | e58facefbdb1e5aeb5efbe945e |
UHC | 召?宵?^ | 11100001101011110011111111100001101100100011111101011110 | e1af3fe1b23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)