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 | 譎礼ソウ^ | 11100110100110011001011111100111101111111011001101011110 | e69997e7bfb35e |
| EUC-JP | 譎礼ソウ^ | 111010111111100111001110111010011000111010111111100011101011001101011110 | ebf9cee98ebf8eb35e |
| UTF-8 | 譎礼ソウ^ | 11101000101011011000111011100111101001001011110011101111101111011011111111101111101111011011001101011110 | e8ad8ee7a4bcefbdbfefbdb35e |
| UHC | 譎???^ | 111111011101001000111111001111110011111101011110 | fdd23f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)