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 | 酉??酉??^ | 100100111101000100111111001111111001001111010001001111110011111101011110 | 93d13f3f93d13f3f5e |
EUC-JP | 酉??酉??^ | 110001101101001100111111001111111100011011010011001111110011111101011110 | c6d33f3fc6d33f3f5e |
UTF-8 | 酉뺠첑酉뺤콟^ | 11101001100001011000100111101011101110101010000011101100101100101001000111101001100001011000100111101011101110101010010011101100101111011001111101011110 | e98589ebbaa0ecb291e98589ebbaa4ecbd9f5e |
UHC | 酉뺠첑酉뺤콟^ | 11101011101101111001010111101000101010101001111011101011101101111001010111101100101100011001011101011110 | ebb795e8aa9eebb795ecb1975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)