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 | GF£nB | 1001001001000111100100100100011010010001101000110110111001000010 | 9247924691a36e42 |
SJIS-WIN | ?G?F?£nB | 001111110100011100111111010001100011111110000001100100100110111001000010 | 3f473f463f81926e42 |
EUC-JP | ?G?F?£nB | 001111110100011100111111010001100011111110100001111100100110111001000010 | 3f473f463fa1f26e42 |
UTF-8 | GF£nB | 110000101001001001000111110000101001001001000110110000101001000111000010101000110110111001000010 | c29247c29246c291c2a36e42 |
UHC | ?G?F??nB | 0011111101000111001111110100011000111111001111110110111001000010 | 3f473f463f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)