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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 짹횑횂짼챗첩^ | 11101100101001111011100111101101100110101001000111101101100110101000001011101100101001111011110011101100101100011001011111101100101100101010100101011110 | eca7b9ed9a91ed9a82eca7bcecb197ecb2a95e |
UHC | 짹횑횂짼챗첩^ | 11000010101100011100001110001100110000111000001011000010101100101100001110101010110000111011100001011110 | c2b1c38cc382c2b2c3aac3b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)