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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 泙o | 100111111010001001101111 | 9fa26f |
EUC-JP | 泙o | 110111101010010001101111 | dea46f |
UTF-8 | 泙o | 11100110101100111001100101101111 | e6b3996f |
UHC | ?o | 0011111101101111 | 3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)