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 | ????C] | 001111110011111100111111001111110100001101011101 | 3f3f3f3f435d |
SJIS-WIN | 訂蛟??C] | 1001001011111001111001011000000000111111001111110100001101011101 | 92f9e5803f3f435d |
EUC-JP | 訂蛟??C] | 1100010011111011111010011110000000111111001111110100001101011101 | c4fbe9e03f3f435d |
UTF-8 | 訂蛟렰렪C] | 1110100010101000100000101110100010011011100111111110101110100000101100001110101110100000101010100100001101011101 | e8a882e89b9feba0b0eba0aa435d |
UHC | 訂蛟렰렪C] | 11101111111101001100111011110001100011101011110110001110101110000100001101011101 | eff4cef18ebd8eb8435d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)