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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ???鹽?^ | 00111111001111110011111111101010011001000011111101011110 | 3f3f3fea643f5e |
| EUC-JP | 邕??鹽?^ | 100011111110000111101101001111110011111111110011110001010011111101011110 | 8fe1ed3f3ff3c53f5e |
| UTF-8 | 邕녽죴鹽촸^ | 11101001100000101001010111101011100001011011110111101100101000111011010011101001101110011011110111101100101101001011100001011110 | e98295eb85bdeca3b4e9b9bdecb4b85e |
| UHC | 邕녽죴鹽촸^ | 1110100010111011100001101110100110100001100011111110011110100100101011000111010101011110 | e8bb86e9a18fe7a4ac755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)