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 | 燿?? | 11100000101000000011111100111111 | e0a03f3f |
| EUC-JP | 燿?? | 11100000101000100011111100111111 | e0a23f3f |
| UTF-8 | 燿쒍엿 | 111001111000011110111111111011001001001010001101111011001001011110111111 | e787bfec928dec97bf |
| UHC | 燿쒍엿 | 111010001111110010011100111001001011111110110011 | e8fc9ce4bfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)