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 | 身岦 | 10010000011001111111101010101100 | 9067faac |
EUC-JP | 身岦 | 1011111111001000100011111011101110110011 | bfc88fbbb3 |
UTF-8 | 身岦 | 111010001011101010101011111001011011001010100110 | e8baabe5b2a6 |
UHC | 身? | 111000111111001100111111 | e3f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)