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 | 蝠門楓^ | 11100101100101011001011011100101100101011001011001011110 | e59596e595965e |
EUC-JP | 蝠門楓^ | 11101001111101011100110011100111110010011111011001011110 | e9f5cce7c9f65e |
UTF-8 | 蝠門楓^ | 11101000100111011010000011101001100101101000000011100110101001011001001101011110 | e89da0e99680e6a5935e |
UHC | ?門楓^ | 001111111101101010100110111110011010001101011110 | 3fdaa6f9a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)