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籬殖 | 11100101101000011000101111100011100000101000100011100010110111111001000001000010 | e5a18be38288e2df9042 |
EUC-JP | 蝪九h籬殖 | 11101010101000111011011011100101101000111110100011100100111000011011111110100011 | eaa3b6e5a3e8e4e1bfa3 |
UTF-8 | 蝪九h籬殖 | 111010001001110110101010111001001011100110011101111011111011110110001000111001111011000110101100111001101010111010010110 | e89daae4b99defbd88e7b1ace6ae96 |
UHC | ?九h籬殖 | 001111111100111011111010101000111110100011010111111001101110001111010110 | 3fcefaa3e8d7e6e3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)