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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 燿h??? | 11100000101000001000001010001000001111110011111100111111 | e0a082883f3f3f |
| EUC-JP | 燿h?轝? | 111000001010001010100011111010000011111110001111111000011010101000111111 | e0a2a3e83f8fe1aa3f |
| UTF-8 | 燿h룑轝욪 | 111001111000011110111111111011111011110110001000111010111010001110010001111010001011110110011101111011001001101010101010 | e787bfefbd88eba391e8bd9dec9aaa |
| UHC | 燿h룑轝욪 | 11101000111111001010001111101000100011111000111011100110101011001001111101000010 | e8fca3e88f8ee6ac9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)