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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 加襟 | 10001001110000011000101111011101 | 89c18bdd |
EUC-JP | 加襟 | 10110010110000111011011011011111 | b2c3b6df |
UTF-8 | 加襟 | 111001011000101010100000111010001010010110011111 | e58aa0e8a59f |
UHC | 加襟 | 11001010101001011101000011011100 | caa5d0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)