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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 第?泣??? | 1001000111100110001111111000101110000011001111110011111100111111 | 91e63f8b833f3f3f |
| EUC-JP | 第?泣??? | 1100001011101000001111111011010111100011001111110011111100111111 | c2e83fb5e33f3f3f |
| UTF-8 | 第렰泣닺렎렧 | 111001111010110010101100111010111010000010110000111001101011001110100011111010111000101110111010111010111010000010001110111010111010000010100111 | e7acaceba0b0e6b3a3eb8bbaeba08eeba0a7 |
| UHC | 第렰泣닺렎렧 | 111100001010111110001110101111011110101111101000101101001110100010001110101001001000111010110110 | f0af8ebdebe8b4e88ea48eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)