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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逡???^ | 111001111001010100111111001111110011111101011110 | e7953f3f3f5e |
EUC-JP | 逡???^ | 111011011111010100111111001111110011111101011110 | edf53f3f3f5e |
UTF-8 | 逡肋렰렔^ | 11101001100000001010000111101111101001011001001111101011101000001011000011101011101000001001010001011110 | e980a1efa593eba0b0eba0945e |
UHC | 逡肋렰렔^ | 111100011110010011010010111100011000111010111101100011101010100101011110 | f1e4d2f18ebd8ea95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)