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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鯀\ | 1110100110111111111101101110001101011100 | e9bff6e35c |
EUC-JP | 鯀?\ | 11110010110000010011111101011100 | f2c13f5c |
UTF-8 | 鯀\ | 11101001101011111000000011101110100101001000101001011100 | e9af80ee948a5c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)