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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 蒸?渦?瀝 | 1000111111110110001111111000100101010001001111111110000001101100 | 8ff63f89513fe06c |
EUC-JP | 蒸?渦®瀝 | 10111110111110000011111110110001101100101000111110100010111011101101111111001101 | bef83fb1b28fa2eedfcd |
UTF-8 | 蒸렕渦®瀝 | 1110100010010010101110001110101110100000100101011110011010111000101001101100001010101110111001111000000010011101 | e892b8eba095e6b8a6c2aee7809d |
UHC | 蒸렕渦®瀝 | 11110001111110101000111010101010111010001011111010100010111001111101010111110111 | f1fa8eaae8bea2e7d5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)