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 | 111000111100001001101111 | e3c26f |
EUC-JP | 翊o | 111001101100010001101111 | e6c46f |
UTF-8 | 翊o | 11100111101111111000101001101111 | e7bf8a6f |
UHC | 翊o | 111011001100110101101111 | eccd6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)