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 | 贈甲 | 10010001101000011000110101100010 | 91a18d62 |
EUC-JP | 贈甲 | 11000010101000111011100111000011 | c2a3b9c3 |
UTF-8 | 贈甲 | 111010001011010010001000111001111001010010110010 | e8b488e794b2 |
UHC | 贈甲 | 11110001111111001100101110100011 | f1fccba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)