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 | 11100011110111011000111011100011100010001011100001000010 | e3dd8ee388b842 |
| EUC-JP | 聨弱虻B | 11100110110111111011110011100101101100001011101001000010 | e6dfbce5b0ba42 |
| UTF-8 | 聨弱虻B | 11101000100000011010100011100101101111001011000111101000100110011011101101000010 | e881a8e5bcb1e899bb42 |
| UHC | ?弱?B | 0011111111100101101100000011111101000010 | 3fe5b03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)