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 | 煽粟煽粟^ | 100100001111100010001000101111101001000011111000100010001011111001011110 | 90f888be90f888be5e |
EUC-JP | 煽粟煽粟^ | 110000001111101010110000110000001100000011111010101100001100000001011110 | c0fab0c0c0fab0c05e |
UTF-8 | 煽粟煽粟^ | 11100111100001011011110111100111101100101001111111100111100001011011110111100111101100101001111101011110 | e785bde7b29fe785bde7b29f5e |
UHC | 煽粟煽粟^ | 111000001100001111100001110110001110000011000011111000011101100001011110 | e0c3e1d8e0c3e1d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)