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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 叩測脱族^ | 100100100100000010010001101010101001001001000101100100011011000001011110 | 924091aa924591b05e |
EUC-JP | 叩測脱族^ | 110000111010000111000010101011001100001110100110110000101011001001011110 | c3a1c2acc3a6c2b25e |
UTF-8 | 叩測脱族^ | 11100101100011111010100111100110101110001010110011101000100001001011000111100110100101111000111101011110 | e58fa9e6b8ace884b1e6978f5e |
UHC | 叩測?族^ | 1100110110110000111101101011010000111111111100001110100101011110 | cdb0f6b43ff0e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)