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 | 薛絅熈怕癜^ | 1110010101001100111000110100010011100000100001111001110010000110111000011001010101011110 | e54ce344e0879c86e1955e |
| EUC-JP | 薛絅熈怕癜^ | 1110100110101101111001011010010111011111111001111101011111100110111000011111010101011110 | e9ade5a5dfe7d7e6e1f55e |
| UTF-8 | 薛絅熈怕癜^ | 11101000100101101001101111100111101101011000010111100111100001101000100011100110100000001001010111100111100110011001110001011110 | e8969be7b585e78688e68095e7999c5e |
| UHC | 薛絅???^ | 1110000011100000110011001110011100111111001111110011111101011110 | e0e0cce73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)