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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 耳???e^ | 10001110101010000011111100111111001111110110010101011110 | 8ea83f3f3f655e |
EUC-JP | 耳???e^ | 10111100101010100011111100111111001111110110010101011110 | bcaa3f3f3f655e |
UTF-8 | 耳얜렧렮e^ | 1110100010000000101100111110110010010110100111001110101110100000101001111110101110100000101011100110010101011110 | e880b3ec969ceba0a7eba0ae655e |
UHC | 耳얜렧렮e^ | 11101100101111001011111011101011100011101011011010001110101110110110010101011110 | ecbcbeeb8eb68ebb655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)