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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
| SJIS-WIN | ??’_ | 0011111100111111100000010110011001011111 | 3f3f81665f |
| EUC-JP | ??’_ | 0011111100111111101000011100011101011111 | 3f3fa1c75f |
| UTF-8 | 룶엌’_ | 11101011101000111011011011101100100101111000110011100010100000001001100101011111 | eba3b6ec978ce280995f |
| UHC | 룶엌’_ | 10001111101010111011111011111101101000011010111101011111 | 8fabbefda1af5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)