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 | ç²ÑÐ^ | 1110011110011001101100101101000110001010110100001001101001011110 | e799b2d18ad09a5e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ç??Ñ???^ | 100011111010101110101110001111110011111110001111101010101101000000111111001111110011111101011110 | 8fabae3f3f8faad03f3f3f5e |
UTF-8 | ç²ÑÐ^ | 110000111010011111000010100110011100001010110010110000111001000111000010100010101100001110010000110000101001101001011110 | c3a7c299c2b2c391c28ac390c29a5e |
UHC | ??²??Ð?^ | 00111111001111111010100111110111001111110011111110101000101000100011111101011110 | 3f3fa9f73f3fa8a23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)