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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | シ瑩ス^ | 10111100111000001111000011110001101111001011110101011110 | bce0f0f1bcbd5e |
| EUC-JP | シ瑩?ス^ | 1000111010111100111000001111001000111111100011101011110101011110 | 8ebce0f23f8ebd5e |
| UTF-8 | シ瑩ス^ | 11101111101111011011110011100111100100011010100111101110100001001011011111101111101111011011110101011110 | efbdbce791a9ee84b7efbdbd5e |
| UHC | ?瑩??^ | 001111111111101110101001001111110011111101011110 | 3ffba93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)