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 | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
SJIS-WIN | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
EUC-JP | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
UTF-8 | 챨짭혦째@B | 1110110010110001101010001110110010100111101011011110110110011000101001101110110010100111101110000100000001000010 | ecb1a8eca7aded98a6eca7b84042 |
UHC | 챨짭혦째@B | 11000011101100001100001010101100110000101000111011000010101100000100000001000010 | c3b0c2acc28ec2b04042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)