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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 銹⑤銹⑤^ | 111001111111011010000111010001001110011111110110100001110100010001011110 | e7f68744e7f687445e |
EUC-JP | 銹?銹?^ | 11101110111110000011111111101110111110000011111101011110 | eef83feef83f5e |
UTF-8 | 銹⑤銹⑤^ | 11101001100010101011100111100010100100011010010011101001100010101011100111100010100100011010010001011110 | e98ab9e291a4e98ab9e291a45e |
UHC | 銹⑤銹⑤^ | 111000101100100010101000111010111110001011001000101010001110101101011110 | e2c8a8ebe2c8a8eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)