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 | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 逑皮灯B | 11100111100100111001010011100111100100111001010001000010 | e79394e7939442 |
| EUC-JP | 逑皮灯B | 11101101111100111100100011101001110001011111010001000010 | edf3c8e9c5f442 |
| UTF-8 | 逑皮灯B | 11101001100000001001000111100111100110101010111011100111100000011010111101000010 | e98091e79aaee781af42 |
| UHC | 逑皮?B | 110011111100011111111001101010110011111101000010 | cfc7f9ab3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)