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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
| SJIS-WIN | ??’\ | 0011111100111111100000010110011001011100 | 3f3f81665c |
| EUC-JP | ??’\ | 0011111100111111101000011100011101011100 | 3f3fa1c75c |
| UTF-8 | 룶엌’\ | 11101011101000111011011011101100100101111000110011100010100000001001100101011100 | eba3b6ec978ce280995c |
| UHC | 룶엌’\ | 10001111101010111011111011111101101000011010111101011100 | 8fabbefda1af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)