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 | ç²Ñï¼ | 11100111100110011011001011010001100010011110111110111100 | e799b2d189efbc |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ç??Ñ?ï? | 10001111101010111010111000111111001111111000111110101010110100000011111110001111101010111100000100111111 | 8fabae3f3f8faad03f8fabc13f |
UTF-8 | ç²Ñï¼ | 1100001110100111110000101001100111000010101100101100001110010001110000101000100111000011101011111100001010111100 | c3a7c299c2b2c391c289c3afc2bc |
UHC | ??²???¼ | 001111110011111110101001111101110011111100111111001111111010100011111001 | 3f3fa9f73f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)