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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓙葛魁趁 | 1110010011100110100010101000101110001010010000001110011011100001 | e4e68a8b8a40e6e1 |
EUC-JP | 蓙葛魁趁 | 1110100011101000101100111110101110110011101000011110110011100011 | e8e8b3ebb3a1ece3 |
UTF-8 | 蓙葛魁趁 | 111010001001001110011001111010001001000110011011111010011010110110000001111010001011011010000001 | e89399e8919be9ad81e8b681 |
UHC | ?葛魁? | 001111111100101011100111110011101101101000111111 | 3fcae7ceda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)