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 | 甸?? | 10011001101100100011111100111111 | 99b23f3f |
| EUC-JP | 甸?? | 11010010101101000011111100111111 | d2b43f3f |
| UTF-8 | 甸ㅽ썡 | 111001111001010010111000111000111000010110111101111011001000110110100001 | e794b8e385bdec8da1 |
| UHC | 甸ㅽ썡 | 111011111010010010100100111011011001101110010100 | efa4a4ed9b94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)