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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | 鉥??啞 | 1000111111100011111010000011111100111111100011111011010111100000 | 8fe3e83f3f8fb5e0 |
| UTF-8 | 鉥뚣룦啞 | 111010011000100110100101111010111001101010100011111010111010001110100110111001011001010110011110 | e989a5eb9aa3eba3a6e5959e |
| UHC | 鉥뚣룦啞 | 1110001011111100100011001110001110001111100111111110010010101111 | e2fc8ce38f9fe4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)