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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 熊輕杰 | 100011000100011011100111011010101001111001011110 | 8c46e76a9e5e |
EUC-JP | 熊輕杰 | 101101111010011111101101110010111101101110111111 | b7a7edcbdbbf |
UTF-8 | 熊輕杰 | 111001111000011010001010111010001011110010010101111001101001110110110000 | e7868ae8bc95e69db0 |
UHC | 熊輕杰 | 111010101010100011001100111011101100101111111001 | eaa8cceecbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)