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 | Z[DZ[D^ | 100100100101101001011011010001001001001001011010010110110100010001011110 | 925a5b44925a5b445e |
SJIS-WIN | ?Z[D?Z[D^ | 001111110101101001011011010001000011111101011010010110110100010001011110 | 3f5a5b443f5a5b445e |
EUC-JP | ?Z[D?Z[D^ | 001111110101101001011011010001000011111101011010010110110100010001011110 | 3f5a5b443f5a5b445e |
UTF-8 | Z[DZ[D^ | 1100001010010010010110100101101101000100110000101001001001011010010110110100010001011110 | c2925a5b44c2925a5b445e |
UHC | ?Z[D?Z[D^ | 001111110101101001011011010001000011111101011010010110110100010001011110 | 3f5a5b443f5a5b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)