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 | 箝鎰 | 11100010101011011110100001001100 | e2ade84c |
EUC-JP | 箝鎰 | 11100100101011111110111110101101 | e4afefad |
UTF-8 | 箝鎰 | 111001111010111010011101111010011000111010110000 | e7ae9de98eb0 |
UHC | 箝鎰 | 11001100110001001110110011110000 | ccc4ecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)