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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 嘶??予 | 100110100111110000111111001111111001011101011100 | 9a7c3f3f975c |
| EUC-JP | 嘶??予 | 110100111101110100111111001111111100110110111101 | d3dd3f3fcdbd |
| UTF-8 | 嘶뚪뢓予 | 111001011001100010110110111010111001101010101010111010111010001010010011111001001011101010001000 | e598b6eb9aaaeba293e4ba88 |
| UHC | 嘶뚪뢓予 | 1110001110110110100011001110100110001111010011101110010111111000 | e3b68ce98f4ee5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)