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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 閠ウB | 11101000100000001011001101000010 | e880b342 |
EUC-JP | 閠ウB | 1110111111100000100011101011001101000010 | efe08eb342 |
UTF-8 | 閠ウB | 11101001100101101010000011101111101111011011001101000010 | e996a0efbdb342 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)