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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
EUC-JP | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
UTF-8 | 챨짬혦짤D^ | 1110110010110001101010001110110010100111101011001110110110011000101001101110110010100111101001000100010001011110 | ecb1a8eca7aced98a6eca7a4445e |
UHC | 챨짬혦짤D^ | 11000011101100001100001010101011110000101000111011000010101010010100010001011110 | c3b0c2abc28ec2a9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)