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 | 11100110111110001000101111100111100110101000101101000010 | e6f88be79a8b42 |
| EUC-JP | 蹂狗嚥B | 11101100111110101011011011101001110100111110101101000010 | ecfab6e9d3eb42 |
| UTF-8 | 蹂狗嚥B | 11101000101110011000001011100111100010111001011111100101100110101010010101000010 | e8b982e78b97e59aa542 |
| UHC | 蹂狗嚥B | 11101011101100111100111110110111111001101011111101000010 | ebb3cfb7e6bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)