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 | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
SJIS-WIN | 嶸ウa嶸話 | 1111101010110100101100110110000111111010101101001001100001100010 | fab4b361fab49862 |
EUC-JP | 嶸ウa嶸話 | 1000111110111011111101001000111010110011011000011000111110111011111101001100111111000011 | 8fbbf48eb3618fbbf4cfc3 |
UTF-8 | 嶸ウa嶸話 | 11100101101101101011100011101111101111011011001101100001111001011011011010111000111010001010100110110001 | e5b6b8efbdb361e5b6b8e8a9b1 |
UHC | 嶸?a嶸話 | 1110011110101110001111110110000111100111101011101111110010100101 | e7ae3f61e7aefca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)