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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 紜埼寒^ | 11100011010000011000110111101001100010101010011001011110 | e3418de98aa65e |
EUC-JP | 紜埼寒^ | 11100101101000101011101011101011101101001010100001011110 | e5a2baebb4a85e |
UTF-8 | 紜埼寒^ | 11100111101101001001110011100101100111111011110011100101101011111001001001011110 | e7b49ce59fbce5af925e |
UHC | ?埼寒^ | 001111111101000011110010111110011100111001011110 | 3fd0f2f9ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)