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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪九h縺殖 | 11100101101000011000101111100011100000101000100011100011100000011001000001000010 | e5a18be38288e3819042 |
EUC-JP | 蝪九h縺殖 | 11101010101000111011011011100101101000111110100011100101111000011011111110100011 | eaa3b6e5a3e8e5e1bfa3 |
UTF-8 | 蝪九h縺殖 | 111010001001110110101010111001001011100110011101111011111011110110001000111001111011100010111010111001101010111010010110 | e89daae4b99defbd88e7b8bae6ae96 |
UHC | ?九h?殖 | 0011111111001110111110101010001111101000001111111110001111010110 | 3fcefaa3e83fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)