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 | è³ç²æ | 11101000101100111001111011100111101100101001111111100110 | e8b39ee7b29fe6 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | è??ç??æ | 10001111101010111011001000111111001111111000111110101011101011100011111100111111100011111010100111000001 | 8fabb23f3f8fabae3f3f8fa9c1 |
UTF-8 | è³ç²æ | 1100001110101000110000101011001111000010100111101100001110100111110000101011001011000010100111111100001110100110 | c3a8c2b3c29ec3a7c2b2c29fc3a6 |
UHC | ?³??²?æ | 00111111101010011111100000111111001111111010100111110111001111111010100110100001 | 3fa9f83f3fa9f73fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)