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 | A«Y | 1001001001000001100100011010101101011001 | 924191ab59 |
SJIS-WIN | ?A??Y | 0011111101000001001111110011111101011001 | 3f413f3f59 |
EUC-JP | ?A??Y | 0011111101000001001111110011111101011001 | 3f413f3f59 |
UTF-8 | A«Y | 1100001010010010010000011100001010010001110000101010101101011001 | c29241c291c2ab59 |
UHC | ?A??Y | 0011111101000001001111110011111101011001 | 3f413f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)