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 | 111000101110101001101111 | e2ea6f |
EUC-JP | 粲o | 111001001110110001101111 | e4ec6f |
UTF-8 | 粲o | 11100111101100101011001001101111 | e7b2b26f |
UHC | 粲o | 111100111100010001101111 | f3c46f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)