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 | ?m | 0011111101101101 | 3f6d |
SJIS-WIN | 雖m | 111001011010101101101101 | e5ab6d |
EUC-JP | 雖m | 111010101010110101101101 | eaad6d |
UTF-8 | 雖m | 11101001100110111001011001101101 | e99b966d |
UHC | 雖m | 111000101100110001101101 | e2cc6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)