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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 足?烈 | 1001000110101011001111111001011111110011 | 91ab3f97f3 |
EUC-JP | 足?烈 | 1100001010101101001111111100111011110101 | c2ad3fcef5 |
UTF-8 | 足陋烈 | 111010001011011010110011111011111010010110010001111001111000001110001000 | e8b6b3efa591e78388 |
UHC | 足陋烈 | 111100001110101111010010111010111101011010101101 | f0ebd2ebd6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)