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@¢D¶ | 10010010010001111001001001000000100100011010001010010010010001001001000110110110 | 9247924091a2924491b6 |
SJIS-WIN | ?G?@?¢?D?¶ | 001111110100011100111111010000000011111110000001100100010011111101000100001111111000000111110111 | 3f473f403f81913f443f81f7 |
EUC-JP | ?G?@?¢?D?¶ | 001111110100011100111111010000000011111110100001111100010011111101000100001111111010001011111001 | 3f473f403fa1f13f443fa2f9 |
UTF-8 | G@¢D¶ | 1100001010010010010001111100001010010010010000001100001010010001110000101010001011000010100100100100010011000010100100011100001010110110 | c29247c29240c291c2a2c29244c291c2b6 |
UHC | ?G?@???D?¶ | 0011111101000111001111110100000000111111001111110011111101000100001111111010001011010010 | 3f473f403f3f3f443fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)