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 | 騾片ュ | 1110100110000000100101011101000010101101 | e98095d0ad |
| EUC-JP | 騾片ュ | 111100011110000011001010110100101000111010101101 | f1e0cad28ead |
| UTF-8 | 騾片ュ | 111010011010100010111110111001111000100110000111111011111011110110101101 | e9a8bee78987efbdad |
| UHC | ?片? | 00111111111110001011100000111111 | 3ff8b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)