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 | ?F???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
SJIS-WIN | ?F???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
EUC-JP | ?F???? | 001111110100011000111111001111110011111100111111 | 3f463f3f3f3f |
UTF-8 | 챔F혗혣혡짹 | 11101100101100011001010001000110111011011001100010010111111011011001100010100011111011011001100010100001111011001010011110111001 | ecb19446ed9897ed98a3ed98a1eca7b9 |
UHC | 챔F혗혣혡짹 | 1100001110101000010001101100001010000010110000101000110011000010100010101100001010110001 | c3a846c282c28cc28ac2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)