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í¼ | 11100111100100001011001101011010111011011000110010111100 | e790b35aed8cbc |
SJIS-WIN | ???Z??? | 00111111001111110011111101011010001111110011111100111111 | 3f3f3f5a3f3f3f |
EUC-JP | ç??Zí?? | 1000111110101011101011100011111100111111010110101000111110101011101111110011111100111111 | 8fabae3f3f5a8fabbf3f3f |
UTF-8 | ç³Zí¼ | 11000011101001111100001010010000110000101011001101011010110000111010110111000010100011001100001010111100 | c3a7c290c2b35ac3adc28cc2bc |
UHC | ??³Z??¼ | 001111110011111110101001111110000101101000111111001111111010100011111001 | 3f3fa9f85a3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)