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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
| SJIS-WIN | 心??[ | 1001000001010011001111110011111101011011 | 90533f3f5b |
| EUC-JP | 心??[ | 1011111110110100001111110011111101011011 | bfb43f3f5b |
| UTF-8 | 心굧⒳[ | 11100101101111111000001111101010101101011010011111100010100100101011001101011011 | e5bf83eab5a7e292b35b |
| UHC | 心굧⒳[ | 11100011111111011000001010001101101010011110010001011011 | e3fd828da9e45b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)