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 | â³íFqh | 1110001010110011100011001110110110001111010001100111000101101000 | e2b38ced8f467168 |
SJIS-WIN | ?????Fqh | 0011111100111111001111110011111100111111010001100111000101101000 | 3f3f3f3f3f467168 |
EUC-JP | â??í?Fqh | 100011111010101110100100001111110011111110001111101010111011111100111111010001100111000101101000 | 8faba43f3f8fabbf3f467168 |
UTF-8 | â³íFqh | 11000011101000101100001010110011110000101000110011000011101011011100001010001111010001100111000101101000 | c3a2c2b3c28cc3adc28f467168 |
UHC | ?³???Fqh | 001111111010100111111000001111110011111100111111010001100111000101101000 | 3fa9f83f3f3f467168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)