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 | 儲? | 100101101101011100111111 | 96d73f |
EUC-JP | 儲醱 | 1100110011011001100011111110001011110111 | ccd98fe2f7 |
UTF-8 | 儲醱 | 111001011000010010110010111010011000011010110001 | e584b2e986b1 |
UHC | 儲醱 | 11101110101110011101101110100011 | eeb9dba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)