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 | ?L | 0011111101001100 | 3f4c |
SJIS-WIN | 蓉L | 100101110111010101001100 | 97754c |
EUC-JP | 蓉L | 110011011101011001001100 | cdd64c |
UTF-8 | 蓉L | 11101000100100111000100101001100 | e893894c |
UHC | 蓉L | 111010011100100001001100 | e9c84c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)