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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?離? | 00111111100101111010001100111111 | 3f97a33f |
| EUC-JP | ?離? | 00111111110011101010010100111111 | 3fcea53f |
| UTF-8 | 뤖離픏 | 111010111010010010010110111010011001101110100010111011011001010010001111 | eba496e99ba2ed948f |
| UHC | 뤖離픏 | 100011111100011011010111111011101100000001001111 | 8fc6d7eec04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)