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 | 顔? | 100010101110011100111111 | 8ae73f |
EUC-JP | 顔? | 101101001110100100111111 | b4e93f |
UTF-8 | 顔敾 | 111010011010000110010100111001101001010110111110 | e9a194e695be |
UHC | 顔敾 | 11100100110101001110000011000000 | e4d4e0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)