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 | 癬?耘渫 | 11100001100111010011111111100011110011111001111111010110 | e19d3fe3cf9fd6 |
EUC-JP | 癬?耘渫 | 11100001111111010011111111100110110100011101111011011000 | e1fd3fe6d1ded8 |
UTF-8 | 癬뼂耘渫 | 111001111001100110101100111010111011110010000010111010001000000010011000111001101011100010101011 | e799acebbc82e88098e6b8ab |
UHC | 癬뼂耘渫 | 1110000011001000100101101000110011101001111111001110000011011110 | e0c8968ce9fce0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)