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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?然鏃? | 001111111001000101010010111010000101011000111111 | 3f9152e8563f |
| EUC-JP | ?然鏃? | 001111111100000110110011111011111011011100111111 | 3fc1b3efb73f |
| UTF-8 | 뤗然鏃아 | 111010111010010010010111111001111000010010110110111010011000111110000011111011001001010110000100 | eba497e784b6e98f83ec9584 |
| UHC | 뤗然鏃아 | 1000111111000111111001101101010011110000111011001011111011000110 | 8fc7e6d4f0ecbec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)