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 | 00111111001111110011111100111111001111110011111101100011 | 3f3f3f3f3f3f63 |
SJIS-WIN | ??????c | 00111111001111110011111100111111001111110011111101100011 | 3f3f3f3f3f3f63 |
EUC-JP | ??????c | 00111111001111110011111100111111001111110011111101100011 | 3f3f3f3f3f3f63 |
UTF-8 | 렺채렺척렺책c | 11101011101000001011101011101100101100011000010011101011101000001011101011101100101100101001100111101011101000001011101011101100101100011000010101100011 | eba0baecb184eba0baecb299eba0baecb18563 |
UHC | 렺채렺척렺책c | 10001110110000101100001110100100100011101100001011000011101101001000111011000010110000111010010101100011 | 8ec2c3a48ec2c3b48ec2c3a563 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)