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 | ¢¾ | 1010001010111110 | a2be |
| SJIS-WIN | ¢? | 100000011001000100111111 | 81913f |
| EUC-JP | ¢? | 101000011111000100111111 | a1f13f |
| UTF-8 | ¢¾ | 11000010101000101100001010111110 | c2a2c2be |
| UHC | ?¾ | 001111111010100011111010 | 3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)