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 | I¸Y | 1001001001001001100100011011100001011001 | 924991b859 |
SJIS-WIN | ?I??Y | 0011111101001001001111110011111101011001 | 3f493f3f59 |
EUC-JP | ?I?¸Y | 00111111010010010011111110001111101000101011000101011001 | 3f493f8fa2b159 |
UTF-8 | I¸Y | 1100001010010010010010011100001010010001110000101011100001011001 | c29249c291c2b859 |
UHC | ?I?¸Y | 001111110100100100111111101000101010110001011001 | 3f493fa2ac59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)