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 | 源?o袁?^ | 100011001011100100111111100000101000111111100101110011010011111101011110 | 8cb93f828fe5cd3f5e |
| EUC-JP | 源?o袁?^ | 101110001011101100111111101000111110111111101010110011110011111101011110 | b8bb3fa3efeacf3f5e |
| UTF-8 | 源장o袁바^ | 11100110101110101001000011101100100111101010010111101111101111011000111111101000101000101000000111101011101100001001010001011110 | e6ba90ec9ea5efbd8fe8a281ebb0945e |
| UHC | 源장o袁바^ | 1110101010111001110000001110010110100011111011111110101010111110101110011101100101011110 | eab9c0e5a3efeabeb9d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)