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 | ?消?消^ | 00111111100011111100000100111111100011111100000101011110 | 3f8fc13f8fc15e |
EUC-JP | ?消?消^ | 00111111101111101100001100111111101111101100001101011110 | 3fbec33fbec35e |
UTF-8 | 롘消롘消^ | 11101011101000011001100011100110101101101000100011101011101000011001100011100110101101101000100001011110 | eba198e6b688eba198e6b6885e |
UHC | 롘消롘消^ | 100011101101110011100001101111001000111011011100111000011011110001011110 | 8edce1bc8edce1bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)