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 | ç湿^ | 11100111100001001000111111100110101110011011111101011110 | e7848fe6b9bf5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ç??æ?¿^ | 10001111101010111010111000111111001111111000111110101001110000010011111110001111101000101100010001011110 | 8fabae3f3f8fa9c13f8fa2c45e |
UTF-8 | ç湿^ | 11000011101001111100001010000100110000101000111111000011101001101100001010111001110000101011111101011110 | c3a7c284c28fc3a6c2b9c2bf5e |
UHC | ???湿^ | 00111111001111110011111110101001101000011010100111110110101000101010111101011110 | 3f3f3fa9a1a9f6a2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)