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 | ÷´ | 1111011110110100 | f7b4 |
SJIS-WIN | ÷´ | 10000001100000001000000101001100 | 8180814c |
EUC-JP | ÷´ | 10100001111000001010000110101101 | a1e0a1ad |
UTF-8 | ÷´ | 11000011101101111100001010110100 | c3b7c2b4 |
UHC | ÷´ | 10100001110000001010001010100101 | a1c0a2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)