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^ | 1110110010110001101001001110110010100111100110101110110110011000101001101110110010100111101001000100010001011110 | ecb1a4eca79aed98a6eca7a4445e |
UHC | 챤짚혦짤D^ | 11000011101011101100001010100100110000101000111011000010101010010100010001011110 | c3aec2a4c28ec2a9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)