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 | 縋苹 | 11100011011101101110010010011001 | e376e499 |
EUC-JP | 縋苹 | 11100101110101111110011111111001 | e5d7e7f9 |
UTF-8 | 縋苹 | 111001111011100010001011111010001000101110111001 | e7b88be88bb9 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)