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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 錏刧斈 | 111001111111100110011001100001111001101101111100 | e7f999879b7c |
| EUC-JP | 錏刧斈 | 111011101111101111010001111001111101010111011101 | eefbd1e7d5dd |
| UTF-8 | 錏刧斈 | 111010011000110010001111111001011000100010100111111001101001011010001000 | e98c8fe588a7e69688 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)