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 | 嶸??泣ф? | 111110101011010000111111001111111000101110000011100001001000011000111111 | fab43f3f8b8384863f |
| EUC-JP | 嶸??泣ф? | 10001111101110111111010000111111001111111011010111100011101001111110011000111111 | 8fbbf43f3fb5e3a7e63f |
| UTF-8 | 嶸뗭옚泣ф릸 | 1110010110110110101110001110101110010111101011011110110010011000100110101110011010110011101000111101000110000100111010111010011010111000 | e5b6b8eb97adec989ae6b3a3d184eba6b8 |
| UHC | 嶸뗭옚泣ф릸 | 111001111010111010001011111011001001111010011110111010111110100010101100111001101001000010010110 | e7ae8bec9e9eebe8ace69096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)