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 | G[DG[D^ | 1001001001000111100100100101101101000100100100100100011110010010010110110100010001011110 | 9247925b449247925b445e |
SJIS-WIN | ?G?[D?G?[D^ | 0011111101000111001111110101101101000100001111110100011100111111010110110100010001011110 | 3f473f5b443f473f5b445e |
EUC-JP | ?G?[D?G?[D^ | 0011111101000111001111110101101101000100001111110100011100111111010110110100010001011110 | 3f473f5b443f473f5b445e |
UTF-8 | G[DG[D^ | 110000101001001001000111110000101001001001011011010001001100001010010010010001111100001010010010010110110100010001011110 | c29247c2925b44c29247c2925b445e |
UHC | ?G?[D?G?[D^ | 0011111101000111001111110101101101000100001111110100011100111111010110110100010001011110 | 3f473f5b443f473f5b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)