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 | ??鏃?鏃 | 00111111001111111110100001010110001111111110100001010110 | 3f3fe8563fe856 |
| EUC-JP | ??鏃?鏃 | 00111111001111111110111110110111001111111110111110110111 | 3f3fefb73fefb7 |
| UTF-8 | 뤰된鏃씌鏃 | 111010111010010010110000111010111001000010011100111010011000111110000011111011001001010010001100111010011000111110000011 | eba4b0eb909ce98f83ec948ce98f83 |
| UHC | 뤰된鏃씌鏃 | 10001111110111101011010111001000111100001110110010111110101110101111000011101100 | 8fdeb5c8f0ecbebaf0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)