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 | 馮峇 | 11101001011001111001101110110010 | e9679bb2 |
EUC-JP | 馮峇 | 11110001110010001101011010110100 | f1c8d6b4 |
UTF-8 | 馮峇 | 111010011010011010101110111001011011001110000111 | e9a6aee5b387 |
UHC | 馮? | 111110011010011100111111 | f9a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)