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 | 銷溷淹^ | 11100111111101111001111111100101100111111011100101011110 | e7f79fe59fb95e |
EUC-JP | 銷溷淹^ | 11101110111110011101111011100111110111101011101101011110 | eef9dee7debb5e |
UTF-8 | 銷溷淹^ | 11101001100010101011011111100110101110101011011111100110101101111011100101011110 | e98ab7e6bab7e6b7b95e |
UHC | 銷?淹^ | 111000011101000100111111111001011111010001011110 | e1d13fe5f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)