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 | 100101101100001001101111 | 96c26f |
EUC-JP | 鳴o | 110011001100010001101111 | ccc46f |
UTF-8 | 鳴o | 11101001101100111011010001101111 | e9b3b46f |
UHC | 鳴o | 110110011011000001101111 | d9b06f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)