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 | 碩?? | 10010000110101110011111100111111 | 90d73f3f |
| EUC-JP | 碩?? | 11000000110110010011111100111111 | c0d93f3f |
| UTF-8 | 碩씻렪 | 111001111010001010101001111011001001010010111011111010111010000010101010 | e7a2a9ec94bbeba0aa |
| UHC | 碩씻렪 | 111000001011010110111110110001001000111010111000 | e0b5bec48eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)