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 | çè½æ^ | 11100111111010001011110111100110100000111001110001011110 | e7e8bde6839c5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | çè?æ??^ | 10001111101010111010111010001111101010111011001000111111100011111010100111000001001111110011111101011110 | 8fabae8fabb23f8fa9c13f3f5e |
UTF-8 | çè½æ^ | 11000011101001111100001110101000110000101011110111000011101001101100001010000011110000101001110001011110 | c3a7c3a8c2bdc3a6c283c29c5e |
UHC | ??½æ??^ | 001111110011111110101000111101101010100110100001001111110011111101011110 | 3f3fa8f6a9a13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)