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 | ???q | 00111111001111110011111101110001 | 3f3f3f71 |
| SJIS-WIN | ??〓q | 0011111100111111100000011010110001110001 | 3f3f81ac71 |
| EUC-JP | ??〓q | 0011111100111111101000101010111001110001 | 3f3fa2ae71 |
| UTF-8 | 룶엌〓q | 11101011101000111011011011101100100101111000110011100011100000001001001101110001 | eba3b6ec978ce3809371 |
| UHC | 룶엌〓q | 10001111101010111011111011111101101000011110101101110001 | 8fabbefda1eb71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)