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 | ?C??mG | 001111110100001100111111001111110110110101000111 | 3f433f3f6d47 |
SJIS-WIN | ?C??mG | 001111110100001100111111001111110110110101000111 | 3f433f3f6d47 |
EUC-JP | ?C??mG | 001111110100001100111111001111110110110101000111 | 3f433f3f6d47 |
UTF-8 | 체C혦짹mG | 111011001011001010110100010000111110110110011000101001101110110010100111101110010110110101000111 | ecb2b443ed98a6eca7b96d47 |
UHC | 체C혦짹mG | 110000111011110001000011110000101000111011000010101100010110110101000111 | c3bc43c28ec2b16d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)