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 | ????r^ | 001111110011111100111111001111110111001001011110 | 3f3f3f3f725e |
| SJIS-WIN | 紆?蟹?r^ | 1110001011111100001111111000101001001001001111110111001001011110 | e2fc3f8a493f725e |
| EUC-JP | 紆?蟹?r^ | 1110010011111110001111111011001110101010001111110111001001011110 | e4fe3fb3aa3f725e |
| UTF-8 | 紆렡蟹렰r^ | 1110011110110100100001101110101110100000101000011110100010011111101110011110101110100000101100000111001001011110 | e7b486eba0a1e89fb9eba0b0725e |
| UHC | 紆렡蟹렰r^ | 11101001111000011000111010110010111110101010111110001110101111010111001001011110 | e9e18eb2faaf8ebd725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)