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 | ?悽? | 00111111100111001010110000111111 | 3f9cac3f |
| EUC-JP | ?悽焰 | 001111111101100010101110100011111100100111101111 | 3fd8ae8fc9ef |
| UTF-8 | 뤋悽焰 | 111010111010010010001011111001101000001010111101111001111000010010110000 | eba48be682bde784b0 |
| UHC | 뤋悽焰 | 100011111011101111110100101001001110011011111011 | 8fbbf4a4e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)