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 | 疾斜シァ\ | 10001110101111101000111011001110101111001010011101011100 | 8ebe8ecebca75c |
EUC-JP | 疾斜シァ\ | 101111001100000010111100110100001000111010111100100011101010011101011100 | bcc0bcd08ebc8ea75c |
UTF-8 | 疾斜シァ\ | 11100111100101101011111011100110100101101001110011101111101111011011110011101111101111011010011101011100 | e796bee6969cefbdbcefbda75c |
UHC | 疾斜??\ | 11110010111100001101111011011000001111110011111101011100 | f2f0ded83f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)