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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蝪シ邨イ嶸、^ | 11100101101000011011110011100111101101011011001011111010101101001010010001011110 | e5a1bce7b5b2fab4a45e |
EUC-JP | 蝪シ邨イ嶸、^ | 1110101010100011100011101011110011101110101101111000111010110010100011111011101111110100100011101010010001011110 | eaa38ebceeb78eb28fbbf48ea45e |
UTF-8 | 蝪シ邨イ嶸、^ | 11101000100111011010101011101111101111011011110011101001100000101010100011101111101111011011001011100101101101101011100011101111101111011010010001011110 | e89daaefbdbce982a8efbdb2e5b6b8efbda45e |
UHC | ??邨?嶸?^ | 001111110011111111110101101111100011111111100111101011100011111101011110 | 3f3ff5be3fe7ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)