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 | 100101110100111111101000111011001001011101001111111010001110110001000010 | 974fe8ec974fe8ec42 |
| EUC-JP | 涌韲涌韲B | 110011011011000011110000111011101100110110110000111100001110111001000010 | cdb0f0eecdb0f0ee42 |
| UTF-8 | 涌韲涌韲B | 11100110101101101000110011101001100111111011001011100110101101101000110011101001100111111011001001000010 | e6b68ce99fb2e6b68ce99fb242 |
| UHC | 涌?涌?B | 11101001101111110011111111101001101111110011111101000010 | e9bf3fe9bf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)