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 | 00111111100110101110111000111111100110101110111001000010 | 3f9aee3f9aee42 |
| EUC-JP | ?夭?夭B | 00111111110101001111000000111111110101001111000001000010 | 3fd4f03fd4f042 |
| UTF-8 | 뾑夭뾑夭B | 11101011101111101001000111100101101001001010110111101011101111101001000111100101101001001010110101000010 | ebbe91e5a4adebbe91e5a4ad42 |
| UHC | 뾑夭뾑夭B | 100101110100111111101000111011001001011101001111111010001110110001000010 | 974fe8ec974fe8ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)