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 | 形術??^ | 10001100011000001000111101110000001111110011111101011110 | 8c608f703f3f5e |
| EUC-JP | 形術??^ | 10110111110000011011110111010001001111110011111101011110 | b7c1bdd13f3f5e |
| UTF-8 | 形術롏렗^ | 11100101101111011010001011101000101000011001001111101011101000011000111111101011101000001001011101011110 | e5bda2e8a193eba18feba0975e |
| UHC | 形術롏렗^ | 111110111010000111100010111110101000111011010101100011101010110001011110 | fba1e2fa8ed58eac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)