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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 輒痃笘^ | 11100111011010111110000101110001111000101001100001011110 | e76be171e2985e |
| EUC-JP | 輒痃笘^ | 11101101110011001110000111010010111000111111100001011110 | edcce1d2e3f85e |
| UTF-8 | 輒痃笘^ | 11101000101111001001001011100111100101111000001111100111101011001001100001011110 | e8bc92e79783e7ac985e |
| UHC | 輒??^ | 1111010011100101001111110011111101011110 | f4e53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)