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 | 111000111011010101101111 | e3b56f |
EUC-JP | 羞o | 111001101011011101101111 | e6b76f |
UTF-8 | 羞o | 11100111101111101001111001101111 | e7be9e6f |
UHC | 羞o | 111000101011101001101111 | e2ba6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)