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 | æ¼ç@h | 1110011010111100100001101110011110010111100101000100000001101000 | e6bc86e797944068 |
SJIS-WIN | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
EUC-JP | æ??ç??@h | 100011111010100111000001001111110011111110001111101010111010111000111111001111110100000001101000 | 8fa9c13f3f8fabae3f3f4068 |
UTF-8 | æ¼ç@h | 1100001110100110110000101011110011000010100001101100001110100111110000101001011111000010100101000100000001101000 | c3a6c2bcc286c3a7c297c2944068 |
UHC | æ¼????@h | 10101001101000011010100011111001001111110011111100111111001111110100000001101000 | a9a1a8f93f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)