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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 昤昤B | 111101001100110111111010110101001111010011001101111110101101010001000010 | f4cdfad4f4cdfad442 |
| EUC-JP | ?昤?昤B | 001111111000111111000010101001010011111110001111110000101010010101000010 | 3f8fc2a53f8fc2a542 |
| UTF-8 | 昤昤B | 11101110100011011011110011100110100110001010010011101110100011011011110011100110100110001010010001000010 | ee8dbce698a4ee8dbce698a442 |
| UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)