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 | ç¯Ñí³ | 1110011110101111100000001101000110001101111011011001000110110011 | e7af80d18ded91b3 |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | ç¯?Ñ?í?? | 10001111101010111010111010001111101000101011010000111111100011111010101011010000001111111000111110101011101111110011111100111111 | 8fabae8fa2b43f8faad03f8fabbf3f3f |
| UTF-8 | ç¯Ñí³ | 11000011101001111100001010101111110000101000000011000011100100011100001010001101110000111010110111000010100100011100001010110011 | c3a7c2afc280c391c28dc3adc291c2b3 |
| UHC | ???????³ | 001111110011111100111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)