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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 搖???\ | 100111011000101000111111001111110011111101011100 | 9d8a3f3f3f5c |
EUC-JP | 搖???\ | 110110011110101000111111001111110011111101011100 | d9ea3f3f3f5c |
UTF-8 | 搖얗렔렔\ | 11100110100100001001011011101100100101101001011111101011101000001001010011101011101000001001010001011100 | e69096ec9697eba094eba0945c |
UHC | 搖얗렔렔\ | 111010001111010010111110111010011000111010101001100011101010100101011100 | e8f4bee98ea98ea95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)