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 | ???艾? | 001111110011111100111111111001001000100000111111 | 3f3f3fe4883f |
| EUC-JP | ???艾? | 001111110011111100111111111001111110100000111111 | 3f3f3fe7e83f |
| UTF-8 | 溜노죿艾봑 | 111011111010011110001011111010111000010110111000111011001010001110111111111010001000100110111110111010111011010010010001 | efa78beb85b8eca3bfe889beebb491 |
| UHC | 溜노죿艾봑 | 11101010111111101011001111101011101000011001011111100100111101011001010001001111 | eafeb3eba197e4f5944f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)