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 | 蔘門楓^ | 11100100111100111001011011100101100101011001011001011110 | e4f396e595965e |
EUC-JP | 蔘門楓^ | 11101000111101011100110011100111110010011111011001011110 | e8f5cce7c9f65e |
UTF-8 | 蔘門楓^ | 11101000100101001001100011101001100101101000000011100110101001011001001101011110 | e89498e99680e6a5935e |
UHC | 蔘門楓^ | 11011111101110001101101010100110111110011010001101011110 | dfb8daa6f9a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)