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 | ????P\ | 001111110011111100111111001111110101000001011100 | 3f3f3f3f505c |
SJIS-WIN | 訂蛟??P\ | 1001001011111001111001011000000000111111001111110101000001011100 | 92f9e5803f3f505c |
EUC-JP | 訂蛟??P\ | 1100010011111011111010011110000000111111001111110101000001011100 | c4fbe9e03f3f505c |
UTF-8 | 訂蛟렰렪P\ | 1110100010101000100000101110100010011011100111111110101110100000101100001110101110100000101010100101000001011100 | e8a882e89b9feba0b0eba0aa505c |
UHC | 訂蛟렰렪P\ | 11101111111101001100111011110001100011101011110110001110101110000101000001011100 | eff4cef18ebd8eb8505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)