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 | 源?制絅?^ | 100011001011100100111111100100001010011111100011010001000011111101011110 | 8cb93f90a7e3443f5e |
| EUC-JP | 源?制絅?^ | 101110001011101100111111110000001010100111100101101001010011111101011110 | b8bb3fc0a9e5a53f5e |
| UTF-8 | 源렰制絅볕^ | 11100110101110101001000011101011101000001011000011100101100010001011011011100111101101011000010111101011101100111001010101011110 | e6ba90eba0b0e588b6e7b585ebb3955e |
| UHC | 源렰制絅볕^ | 1110101010111001100011101011110111110000101001001100110011100111101110101011010101011110 | eab98ebdf0a4cce7bab55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)