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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?辱鏃?鏃 | 0011111110010000010010101110100001010110001111111110100001010110 | 3f904ae8563fe856 |
| EUC-JP | ?辱鏃?鏃 | 0011111110111111101010111110111110110111001111111110111110110111 | 3fbfabefb73fefb7 |
| UTF-8 | 뤚辱鏃아鏃 | 111010111010010010011010111010001011111010110001111010011000111110000011111011001001010110000100111010011000111110000011 | eba49ae8beb1e98f83ec9584e98f83 |
| UHC | 뤚辱鏃아鏃 | 10001111110010011110100110110100111100001110110010111110110001101111000011101100 | 8fc9e9b4f0ecbec6f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)