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 | 盞゚」米 | 1110000110110101110111111111001010000011101000111001010111000100 | e1b5dff283a395c4 |
| EUC-JP | 盞゚?」米 | 111000101011011110001110110111110011111110001110101000111100101011000110 | e2b78edf3f8ea3cac6 |
| UTF-8 | 盞゚」米 | 111001111001101110011110111011111011111010011111111011101000011010111010111011111011110110100011111001111011000110110011 | e79b9eefbe9fee86baefbda3e7b1b3 |
| UHC | 盞???米 | 11101101110100110011111100111111001111111101101010110111 | edd33f3f3fdab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)