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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 邀?????^ | 1110011110110001001111110011111100111111001111110011111101011110 | e7b13f3f3f3f3f5e |
| EUC-JP | 邀?????^ | 1110111010110011001111110011111100111111001111110011111101011110 | eeb33f3f3f3f3f5e |
| UTF-8 | 邀륁왋溜㏓젺^ | 11101001100000101000000011101011101001011000000111101100100110011000101111101111101001111000101111100011100011111001001111101100101000001011101001011110 | e98280eba581ec998befa78be38f93eca0ba5e |
| UHC | 邀륁왋溜㏓젺^ | 11101001101011011000111111101100100111101011110011101010111111101010011111101011101000001010110101011110 | e9ad8fec9ebceafea7eba0ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)