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^ | 1111000010111001101110001111101111000100101100110111001001011110 | f0b9b8fbc4b3725e |
| EUC-JP | ?ク鈺ウr^ | 00111111100011101011100010001111111000111101010110001110101100110111001001011110 | 3f8eb88fe3d58eb3725e |
| UTF-8 | ク鈺ウr^ | 1110111010000001101110001110111110111101101110001110100110001000101110101110111110111101101100110111001001011110 | ee81b8efbdb8e988baefbdb3725e |
| UHC | ??鈺?r^ | 00111111001111111110100010101101001111110111001001011110 | 3f3fe8ad3f725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)