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 | 磁瑤痔 | 11110000110000011000111010100101111010101010001010001110101001001111000010110101 | f0c18ea5eaa28ea4f0b5 |
EUC-JP | ?磁瑤痔? | 0011111110111100101001111111010010100100101111001010011000111111 | 3fbca7f4a4bca63f |
UTF-8 | 磁瑤痔 | 111011101000001010000000111001111010001110000001111001111001000110100100111001111001011110010100111011101000000110110100 | ee8280e7a381e791a4e79794ee81b4 |
UHC | ?磁瑤痔? | 0011111111101101101110001110100011111101111101101100000000111111 | 3fedb8e8fdf6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)